Browse Source

* was not matching directories beginning with .

pull/181/head
Zack Koppert 3 years ago
committed by GitHub
parent
commit
3ba05a7a8e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/repolinter-ruleset.json

+ 1
- 1
config/repolinter-ruleset.json View File

@ -49,7 +49,7 @@
"rule": { "rule": {
"type": "file-existence", "type": "file-existence",
"options": { "options": {
"globsAny": ["CODEOWNERS*", "*/CODEOWNERS*"],
"globsAny": ["CODEOWNERS*", "*/CODEOWNERS*", ".github/CODEOWNERS*"],
"nocase": true "nocase": true
} }
}, },


Loading…
Cancel
Save