We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bc6f1 commit 8306141Copy full SHA for 8306141
fastlane/lanes/release.rb
@@ -499,6 +499,7 @@ def trigger_buildkite_release_build(branch:, beta:)
499
lane :lint_localizations do |options|
500
ios_lint_localizations(
501
input_dir: 'WordPress/Resources',
502
+ fail_on_strings_not_in_base_language: false,
503
allow_retry: options.fetch(:allow_retry, true)
504
)
505
end
0 commit comments