pilot/lib/pilot/options.rb in fastlane-2.181.0 vs pilot/lib/pilot/options.rb in fastlane-2.182.0
- old
+ new
@@ -267,15 +267,15 @@
default_value: CredentialsManager::AppfileConfig.try_fetch_value(:team_id),
default_value_dynamic: true,
verify_block: proc do |value|
ENV["FASTLANE_TEAM_ID"] = value.to_s
end),
- # rubocop:disable Metrics/LineLength
+ # rubocop:disable Layout/LineLength
FastlaneCore::ConfigItem.new(key: :itc_provider,
env_name: "PILOT_ITC_PROVIDER",
description: "The provider short name to be used with the iTMSTransporter to identify your team. This value will override the automatically detected provider short name. To get provider short name run `pathToXcode.app/Contents/Applications/Application\\ Loader.app/Contents/itms/bin/iTMSTransporter -m provider -u 'USERNAME' -p 'PASSWORD' -account_type itunes_connect -v off`. The short names of providers should be listed in the second column",
optional: true),
- # rubocop:enable Metrics/LineLength
+ # rubocop:enable Layout/LineLength
# waiting and uploaded build
FastlaneCore::ConfigItem.new(key: :wait_processing_interval,
short_option: "-k",
env_name: "PILOT_WAIT_PROCESSING_INTERVAL",