diff options
-rw-r--r-- | .rubocop.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 88d52c68be..87b5c30496 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -82,7 +82,6 @@ Style/MethodDefParentheses: Style/FrozenStringLiteralComment: Enabled: true EnforcedStyle: always - Include: Exclude: - 'railties/**/*' - 'actionview/test/**/*.builder' |