Skip to content

Commit dce5ba1

Browse files
committed
Revert "Disable ios_lint_localizations to work around a bug"
This reverts commit 769e4be. The finalization has been run and we don't want this to stay disabled.
1 parent 6d00e76 commit dce5ba1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

fastlane/Fastfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,7 @@ end
262262

263263
ios_update_metadata(options)
264264
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)
265+
ios_lint_localizations(input_dir: 'Simplenote', allow_retry: true)
269266
ios_bump_version_beta()
270267

271268
# Wrap up

0 commit comments

Comments
 (0)