Skip to content

Commit

Permalink
Add __test__ dir in test rule
Browse files Browse the repository at this point in the history
  • Loading branch information
discombobulateme committed Jan 22, 2021
1 parent b4e51bf commit 60bb255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repolinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"rule": {
"type": "directory-existence",
"options": {
"globsAny": ["**/test*", "**/specs"],
"globsAny": ["**/test*", "**/specs", "**/__test__*"],
"nocase": true
}
},
Expand Down

0 comments on commit 60bb255

Please sign in to comment.