.rubocop.yml: enable some new cops from rubocop-rails 2.15.0

This commit is contained in:
Bo Anderson 2022-06-16 22:01:07 +01:00
parent 6bfe7022ad
commit 547d3c9e0f
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -237,6 +237,10 @@ Rails/SafeNavigation:
Enabled: true
Rails/SafeNavigationWithBlank:
Enabled: true
Rails/StripHeredoc:
Enabled: true
Rails/ToFormattedS:
Enabled: true
# Don't allow cops to be disabled in casks and formulae.
Style/DisableCopsWithinSourceCodeDirective: