Skip to content

Commit a35a760

Browse files
committed
Exclude all node_modules from the RuboCop check
For avoiding check against `node_modules` in railties's test dir.
1 parent 8188f10 commit a35a760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AllCops:
1010
- 'railties/test/fixtures/tmp/**/*'
1111
- 'actionmailbox/test/dummy/**/*'
1212
- 'actiontext/test/dummy/**/*'
13-
- 'node_modules/**/*'
13+
- '**/node_modules/**/*'
1414

1515
Performance:
1616
Exclude:

0 commit comments

Comments
 (0)