Skip to content

Commit 76b762e

Browse files
committed
Add OWNERS.yaml and OWNERS to known extraneous files for more helpful reporting
1 parent 5ac873c commit 76b762e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

structure/checks.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ var knownExtraneousFiles = map[string]string{
3535
"quick_reference.md": "QUICK_REFERENCE.md",
3636
"makefile": "Makefile",
3737
".gitignore": ".gitignore",
38+
"owners.yaml": "OWNERS.yaml",
39+
"owners": "OWNERS",
3840
}
3941

4042
// CheckStructure validates the directory layout of a skill package. It checks

0 commit comments

Comments
 (0)