hmarr / codeowners

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

Implement basic section support #26

Closed rwese closed 3 months ago

rwese commented 3 months ago

This PR also includes the PRs #19, #24, #25 since I considered them useful.

Todo's are support for approval configuration, which I am not in immediate need of.

I haven't put in more time than needed to get it working without breaking existing tests.

Sorry I haven't implemented a toggle for the support, yet. Easiest thing would be to add another parser package and have an interface to work against.