提交 2eb408cc 编写于 作者: P Prathamesh Sonpatki

Skip node_modules dir in the rubocop check

- Otherwise it is running the check against all files in node_modules
上级 049a690e
...@@ -8,6 +8,7 @@ AllCops: ...@@ -8,6 +8,7 @@ AllCops:
- '**/vendor/**/*' - '**/vendor/**/*'
- 'actionpack/lib/action_dispatch/journey/parser.rb' - 'actionpack/lib/action_dispatch/journey/parser.rb'
- 'railties/test/fixtures/tmp/**/*' - 'railties/test/fixtures/tmp/**/*'
- 'node_modules/**/*'
Performance: Performance:
Exclude: Exclude:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册