diff --git a/repolinter.json b/repolinter.json index de85d561..faf09a49 100644 --- a/repolinter.json +++ b/repolinter.json @@ -92,7 +92,7 @@ "rule": { "type": "directory-existence", "options": { - "globsAny": ["**/test*", "**/specs"], + "globsAny": ["**/test*", "**/specs", "**/__test__*"], "nocase": true } },