codeowners
codeowners copied to clipboard
👁 audit your CODEOWNERS file
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...