summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3efad3c..a0267ae 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -136,19 +136,6 @@ Style/DefWithParentheses:
Style/MethodDefParentheses:
Enabled: true
-Style/FrozenStringLiteralComment:
- Enabled: true
- EnforcedStyle: always
- Exclude:
- - 'actionview/test/**/*.builder'
- - 'actionview/test/**/*.ruby'
- - 'actionpack/test/**/*.builder'
- - 'actionpack/test/**/*.ruby'
- - 'activestorage/db/migrate/**/*.rb'
- - 'activestorage/db/update_migrate/**/*.rb'
- - 'actionmailbox/db/migrate/**/*.rb'
- - 'actiontext/db/migrate/**/*.rb'
-
Style/RedundantFreeze:
Enabled: true