Add rubocop-i18n linter (#34057)

This commit is contained in:
Damien Mathieu 2025-03-04 14:28:33 +01:00 committed by GitHub
parent 37b79c638f
commit 15da6c3c83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 21 additions and 2 deletions

View file

@ -18,6 +18,7 @@ inherit_from:
- .rubocop/rspec_rails.yml
- .rubocop/rspec.yml
- .rubocop/style.yml
- .rubocop/i18n.yml
- .rubocop/custom.yml
- .rubocop_todo.yml
- .rubocop/strict.yml
@ -30,6 +31,7 @@ plugins:
- rubocop-rails
- rubocop-rspec
- rubocop-performance
- rubocop-i18n
require:
- rubocop-rspec_rails