We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ios_lint_localizations
1 parent 6d00e76 commit dce5ba1Copy full SHA for dce5ba1
fastlane/Fastfile
@@ -262,10 +262,7 @@ end
262
263
ios_update_metadata(options)
264
sanitize_appstore_keywords()
265
- # Disabled to get through a crash during linting.
266
- # The issue is due to a bug that is fixed in later version of the tooling, but we don't have the time to update.
267
- # See https://github.com/wordpress-mobile/release-toolkit/commit/80c6c91c24eab7726da92e75fbe52cfffeddba79
268
- # ios_lint_localizations(input_dir: 'Simplenote', allow_retry: true)
+ ios_lint_localizations(input_dir: 'Simplenote', allow_retry: true)
269
ios_bump_version_beta()
270
271
# Wrap up
0 commit comments