aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorPat Allan <pat@freelancing-gods.com>2017-08-14 19:08:09 +0200
committerPat Allan <pat@freelancing-gods.com>2017-08-14 19:08:09 +0200
commitacea68de026ba657cb65c4dd0fc1f24ba67e1cf8 (patch)
tree46a1aaac6f898b934c166ee8c01a06a0707049e4 /.rubocop.yml
parentd435c92721a1fbecf0bc6d1b6c5cf95d228c851a (diff)
downloadrails-acea68de026ba657cb65c4dd0fc1f24ba67e1cf8.tar.gz
rails-acea68de026ba657cb65c4dd0fc1f24ba67e1cf8.tar.bz2
rails-acea68de026ba657cb65c4dd0fc1f24ba67e1cf8.zip
Adding frozen_string_literal pragma to Railties.
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 87b5c30496..d9c1e28878 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -83,7 +83,6 @@ Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always
Exclude:
- - 'railties/**/*'
- 'actionview/test/**/*.builder'
- 'actionview/test/**/*.ruby'
- 'actionpack/test/**/*.builder'