Ignore "/devtools/" in RuboCop
This commit is contained in:
parent
e73ce398ca
commit
8ed169577d
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
AllCops:
|
||||
DisplayCopNames: true
|
||||
Exclude:
|
||||
- 'devtools/**/*'
|
||||
- 'test_app/**/*'
|
||||
- 'tmp/**/*'
|
||||
- 'vendor/**/*'
|
||||
|
|
Loading…
Add table
Reference in a new issue