1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #30237 from koic/remove_unnecessary_include_in_rubocop

Remove unnecessary Include parameter in rubocop.yml
This commit is contained in:
Matthew Draper 2017-08-14 02:39:32 +09:30 committed by GitHub
commit 691af78900

View file

@ -82,7 +82,6 @@ Style/MethodDefParentheses:
Style/FrozenStringLiteralComment: Style/FrozenStringLiteralComment:
Enabled: true Enabled: true
EnforcedStyle: always EnforcedStyle: always
Include:
Exclude: Exclude:
- 'railties/**/*' - 'railties/**/*'
- 'actionview/test/**/*.builder' - 'actionview/test/**/*.builder'