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:
Prathamesh Sonpatki 2018-10-05 21:14:15 +05:30
parent 049a690e2a
commit 2eb408cc2f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ AllCops:
- '**/vendor/**/*'
- 'actionpack/lib/action_dispatch/journey/parser.rb'
- 'railties/test/fixtures/tmp/**/*'
- 'node_modules/**/*'
Performance:
Exclude: