hmarr / codeowners

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

Fails to find codeowner for relative paths when `pwd` inside repo subdirectory #18

Open Kache opened 1 year ago

Kache commented 1 year ago

Also doesn't work when given absolute path to file

Ideally, codeowners should be agnostic to the relative positioning of the current directory, the repo root, and the file path(s) to evaluate.