Closed
Description
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
The CODEOWNERS syntax
seems to not document valid syntax properly. As we recently found on one of our repos, this is invalid:
/directory/to/code @orgname/myteam-owners # a comment
Because the inline comment syntax is unsupported. However, .gitignore
files do seem to support these comment types. Are there any other exceptions to the .gitignore
syntax that are not documented?
Additional information
N/A