Skip to content

Commit

Permalink
Extending wildcard match
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jan 15, 2024
1 parent ae23e7e commit 910b56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ruleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
"type": "directory-existence",
"options": {
"globsAny": [
"**/test*",
"**/spec*"
"**/*test*",
"**/*spec*"
],
"nocase": true
}
Expand Down

0 comments on commit 910b56e

Please sign in to comment.