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
Update file parsing to handle lines with only whitespace.
This commit updates file parsing so that lines that contain solely
whitespace (as defined by by Unicode) are ignored. It's fairly common
for people to accidentally create CODEOWNERS files with lines containing
solely whitespace, and as it's semantically meaningless, it's better to
ignore them then raise an error.
0 commit comments