Skip to content

Commit

Permalink
Adding wildcard to test directory rule
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jan 15, 2024
1 parent 58abf5f commit ae23e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"options": {
"globsAny": [
"**/test*",
"**/specs"
"**/spec*"
],
"nocase": true
}
Expand Down

0 comments on commit ae23e7e

Please sign in to comment.