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'