Skip to content

Commit db495d6

Browse files
committed
Make rubocop happy
1 parent c3e4839 commit db495d6

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

@@ -375,6 +376,7 @@ def build_and_upload_installable_build(scheme:, output_app_name:, appcenter_app_
375376
buildkite_metadata(set: versions)
376377
buildkite_annotate(context: 'appcenter-info', style: 'info', message: versions.map { |k, v| " - **#{k}**: #{v}" }.join("\n"))
377378
end
379+
# rubocop:enable Metrics/AbcSize
378380

379381
def inject_buildkite_analytics_environment(xctestrun_path:)
380382
require 'plist'

0 commit comments

Comments
 (0)