Skip to content

Commit 60bb255

Browse files
author
discombobulateme
committed
Add __test__ dir in test rule
1 parent b4e51bf commit 60bb255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repolinter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"rule": {
9393
"type": "directory-existence",
9494
"options": {
95-
"globsAny": ["**/test*", "**/specs"],
95+
"globsAny": ["**/test*", "**/specs", "**/__test__*"],
9696
"nocase": true
9797
}
9898
},

0 commit comments

Comments
 (0)