Skip to content

Commit 3ba05a7

Browse files
authored
* was not matching directories beginning with .
1 parent efa4a30 commit 3ba05a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/repolinter-ruleset.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"rule": {
5050
"type": "file-existence",
5151
"options": {
52-
"globsAny": ["CODEOWNERS*", "*/CODEOWNERS*"],
52+
"globsAny": ["CODEOWNERS*", "*/CODEOWNERS*", ".github/CODEOWNERS*"],
5353
"nocase": true
5454
}
5555
},

0 commit comments

Comments
 (0)