e.g. if a file has a codeowners like: ``` a/** cool-team # TODO: change ``` this library spits out 4 code owners: `cool-team`, `#`, `TODO:` and `change`. While nothing can be done for `change` at least `#` is a known invalid codeowner
e.g. if a file has a codeowners like:
this library spits out 4 code owners:
cool-team,#,TODO:andchange. While nothing can be done forchangeat least#is a known invalid codeowner