i18n: add automated check for unused locales (en only)
In a next PR we'll also check for french (and thus all locales).
This commit is contained in:
parent
6656d1130b
commit
6271c41fef
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ task :lint do
|
|||
sh "bundle exec haml-lint app/views/"
|
||||
sh "bundle exec scss-lint app/assets/stylesheets/"
|
||||
sh "bundle exec i18n-tasks missing --locales fr"
|
||||
sh "bundle exec i18n-tasks unused --locale en" # TODO: check for all locales
|
||||
sh "bundle exec i18n-tasks check-consistent-interpolations"
|
||||
sh "bundle exec brakeman --no-pager"
|
||||
sh "yarn lint:js"
|
||||
|
|
Loading…
Reference in a new issue