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
1 changed files with 0 additions and 1 deletions

View File

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