Skip to content

Commit b6ce0d8

Browse files
committed
make rubocop ignore node_modules
1 parent 2d5fe89 commit b6ce0d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ AllCops:
1313
- "spec/spec_helper.rb"
1414
- "spec/rails_helper.rb"
1515
- "vendor/**/*"
16+
- "node_modules/**/*"
1617

1718
Style/Documentation:
1819
Enabled: false

0 commit comments

Comments
 (0)