mirror of https://github.com/rails/rails
Skip node_modules dir in the rubocop check
- Otherwise it is running the check against all files in node_modules
This commit is contained in:
parent
049a690e2a
commit
2eb408cc2f
|
@ -8,6 +8,7 @@ AllCops:
|
|||
- '**/vendor/**/*'
|
||||
- 'actionpack/lib/action_dispatch/journey/parser.rb'
|
||||
- 'railties/test/fixtures/tmp/**/*'
|
||||
- 'node_modules/**/*'
|
||||
|
||||
Performance:
|
||||
Exclude:
|
||||
|
|
Loading…
Reference in New Issue