Skip to content

Commit f2fc2bf

Browse files
committed
Make rubocop happy
1 parent fa1edff commit f2fc2bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastlane/lanes/build.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def generate_installable_build_number
301301
end
302302
end
303303

304+
# rubocop:disable Metrics/AbcSize
304305
def build_and_upload_installable_build(scheme:, output_app_name:, appcenter_app_name:, sentry_project_slug:)
305306
configuration = 'Release-Alpha'
306307

@@ -382,6 +383,7 @@ def build_and_upload_installable_build(scheme:, output_app_name:, appcenter_app_
382383
buildkite_metadata(set: metadata)
383384
buildkite_annotate(context: 'appcenter-info', style: 'info', message: metadata.map { |k, v| " - **#{k}**: #{v}" }.join("\n"))
384385
end
386+
# rubocop:enable Metrics/AbcSize
385387

386388
def inject_buildkite_analytics_environment(xctestrun_path:)
387389
require 'plist'

0 commit comments

Comments
 (0)