-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for syntax errors in CODEOWNERS file
A significant class of errors with CODEOWNERS file are syntax errors, that is, malformed entries. This change adds checks for validating the codeowners file while it is being parsed. It will do a couple of simple checks, like: - if the format is: `pattern owner1 ... ownerN` - if the usernames/team names are following GitHubs restrictions - if the email looks like an email address (something @ something . something)
- Loading branch information
Showing
2 changed files
with
87 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters