You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If CODEOWNERS file contains a comment towards the end of the line, the validator doesn't flag it as invalid. In case of such comments, GitHub will skip the rest of the file.
Example:
# This comment is ok
* @someorg/someteam # this comment is a syntax error
Expected result
I would expect the above snippet to be marked as problematic.
Description
If CODEOWNERS file contains a comment towards the end of the line, the validator doesn't flag it as invalid. In case of such comments, GitHub will skip the rest of the file.
Example:
Expected result
I would expect the above snippet to be marked as problematic.
Actual result
Note that I'm not using
owners
check, as it is not clear what kind of right are needed for the token (but that is a separate issue).Steps to reproduce
Write a comment after a correct line (so that
#
is not the first character in the line).Troubleshooting
The text was updated successfully, but these errors were encountered: