hmarr / codeowners

🔒 Command line tool and Go library for CODEOWNERS files
MIT License
167 stars 19 forks source link

cmd: distinguish unowned and unmatched files #33

Open ti-mo opened 1 month ago

ti-mo commented 1 month ago

This commit adds a distinction between files that are not owned by anyone and files that are not matched by any rule in the CODEOWNERS file.

Useful for linting CODEOWNERS files and avoiding accidental gaps in ownership assignment.