Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 45190ea

Browse filesBrowse files
authored
Merge pull request #181 from zkoppert/patch-2
Allow CODEOWNERS file detection to see into the .github directory
2 parents efa4a30 + 3ba05a7 commit 45190ea
Copy full SHA for 45190ea

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎config/repolinter-ruleset.json

Copy file name to clipboardExpand all lines: config/repolinter-ruleset.json
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.