2
0

Fix Rails/I18nLocaleTexts cop (#27779)

This commit is contained in:
Matt Jankowski
2023-11-09 04:46:39 -05:00
committed by GitHub
parent c875dfc90b
commit c9204b792c
3 changed files with 17 additions and 11 deletions

View File

@@ -149,11 +149,6 @@ Rails/HasManyOrHasOneDependent:
- 'app/models/user.rb'
- 'app/models/web/push_subscription.rb'
Rails/I18nLocaleTexts:
Exclude:
- 'lib/tasks/mastodon.rake'
- 'spec/helpers/flashes_helper_spec.rb'
# Configuration parameters: Include.
# Include: app/controllers/**/*.rb, app/mailers/**/*.rb
Rails/LexicallyScopedActionFilter: