codeowners icon indicating copy to clipboard operation
codeowners copied to clipboard

Update file parsing to handle lines with only whitespace.

Open captainreality opened this issue 10 months ago • 0 comments

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.

captainreality avatar Apr 05 '24 17:04 captainreality