summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-05 21:18:31 -0400
committerDavid Gay <david@davidgay.org>2021-04-05 21:18:31 -0400
commit24221a37d380736cf566e989cfbc2dee02b45378 (patch)
tree4245c06dda32c0fb0b717fd4963d03add9334f75 /.rubocop.yml
parent41aa4ce904446d2fac70019af2ff5827371b34b2 (diff)
Rubocop: Remove frozen string literal comment check (can apparently run app with flag instead)
Diffstat (limited to '.rubocop.yml')
-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