config/default.yml in rubocop-rails-2.17.2 vs config/default.yml in rubocop-rails-2.17.3
- old
+ new
@@ -538,10 +538,10 @@
StyleGuide: 'https://rails.rubystyle.guide/#lazy-lookup'
Reference: 'https://guides.rubyonrails.org/i18n.html#lazy-lookup'
Enabled: pending
VersionAdded: '2.14'
Include:
- - 'controllers/**/*'
+ - 'app/controllers/**/*.rb'
Rails/I18nLocaleAssignment:
Description: 'Prefer the usage of `I18n.with_locale` instead of manually updating `I18n.locale` value.'
Enabled: 'pending'
VersionAdded: '2.11'