aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 8663034a1a..7dfb7b4b81 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -93,6 +93,10 @@ Style/FrozenStringLiteralComment:
- 'activejob/**/*'
- 'activerecord/**/*'
- 'actionmailer/**/*'
+ - 'actionview/**/*'
+ Exclude:
+ - 'actionview/test/**/*.builder'
+ - 'actionview/test/**/*.ruby'
# Use `foo {}` not `foo{}`.
Layout/SpaceBeforeBlockBraces: