mszostok / codeowners-validator

The GitHub CODEOWNERS file validator
Apache License 2.0
219 stars 47 forks source link

invalid email addresses are an error #3

Closed bdwain closed 3 years ago

bdwain commented 5 years ago

Hi, I tried this tool out and it seems cool. But it seems like github treats a file with an invalid email address in it as an invalid file, which this didn't seem to catch.

/projects/foo foo@bar

instead of

/projects/foo foo@bar.com

would not work.

Just wanted to let you know in case you wanted to add in a check for that.

mszostok commented 5 years ago

Hi @bdwain

Thanks for reporting that issue. I will take a look at it :)

Cheers

mszostok commented 3 years ago

Issue fixed by adding syntax checker: https://github.com/mszostok/codeowners-validator/pull/46