codeowners icon indicating copy to clipboard operation
codeowners copied to clipboard

👁 audit your CODEOWNERS file

Results 25 codeowners issues
Sort by recently updated
recently updated
newest added

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...

Hi! I've recently been working on a project where I programmatically generate the codeowners file based on some configuration. So far, I've written a fairly simple class that gives an...

I'd like to use this package to ensure that all files are owned by someone. This check should be part of a CI job. It would be very convenient to...