We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac873c commit 76b762eCopy full SHA for 76b762e
1 file changed
structure/checks.go
@@ -35,6 +35,8 @@ var knownExtraneousFiles = map[string]string{
35
"quick_reference.md": "QUICK_REFERENCE.md",
36
"makefile": "Makefile",
37
".gitignore": ".gitignore",
38
+ "owners.yaml": "OWNERS.yaml",
39
+ "owners": "OWNERS",
40
}
41
42
// CheckStructure validates the directory layout of a skill package. It checks
0 commit comments