Skip to content

Commit 8306141

Browse files
committed
Don't fail lint on strings not in base language
1 parent b8bc6f1 commit 8306141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/lanes/release.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ def trigger_buildkite_release_build(branch:, beta:)
499499
lane :lint_localizations do |options|
500500
ios_lint_localizations(
501501
input_dir: 'WordPress/Resources',
502+
fail_on_strings_not_in_base_language: false,
502503
allow_retry: options.fetch(:allow_retry, true)
503504
)
504505
end

0 commit comments

Comments
 (0)