aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-08-14 01:06:26 +0930
committerGitHub <noreply@github.com>2017-08-14 01:06:26 +0930
commitdbe1647b84716f6b4ce7e099fb310a55d6c55905 (patch)
tree45c79c831e87863e8733c93d7e0473fee6fcfff7 /.rubocop.yml
parent788f46d4863a0f38ecec042864da291f2342ec74 (diff)
parentd17264d93f4278319e60ee20c4e29dc54be343e4 (diff)
downloadrails-dbe1647b84716f6b4ce7e099fb310a55d6c55905.tar.gz
rails-dbe1647b84716f6b4ce7e099fb310a55d6c55905.tar.bz2
rails-dbe1647b84716f6b4ce7e099fb310a55d6c55905.zip
Merge pull request #30230 from koic/use_frozen_string_literal
Use frozen string literal
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b21013dba9..88d52c68be 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -83,16 +83,8 @@ Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always
Include:
- - 'activesupport/**/*'
- - 'activemodel/**/*'
- - 'actioncable/**/*'
- - 'activejob/**/*'
- - 'activerecord/**/*'
- - 'activestorage/**/*'
- - 'actionmailer/**/*'
- - 'actionview/**/*'
- - 'actionpack/**/*'
Exclude:
+ - 'railties/**/*'
- 'actionview/test/**/*.builder'
- 'actionview/test/**/*.ruby'
- 'actionpack/test/**/*.builder'