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:
commit
691af78900
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue