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

Remove unnecessary Include parameter in rubocop.yml

This commit is contained in:
Koichi ITO 2017-08-14 01:57:29 +09:00
parent dbe1647b84
commit 3281300e79

View file

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