mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add exculude condition in rubocop.yml
* Excluded `railties/test/fixtures/tmp/**/*` from rubocop inspect files * These files are generated after running test in railties
This commit is contained in:
parent
92bb3f6aaa
commit
4e1972e1ca
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ AllCops:
|
|||
- '**/templates/**/*'
|
||||
- '**/vendor/**/*'
|
||||
- 'actionpack/lib/action_dispatch/journey/parser.rb'
|
||||
- 'railties/test/fixtures/tmp/**/*'
|
||||
|
||||
# Prefer assert_not_x over refute_x
|
||||
CustomCops/RefuteNot:
|
||||
|
|
Loading…
Reference in a new issue