hodea / hodea-review-minder

Scripts to assist code reviews
MIT License
1 stars 1 forks source link

minder.cfg: include option #22

Open franzhollerer opened 6 years ago

franzhollerer commented 6 years ago

In some projects it would be advantageous to have an include option instead of the exclude option.

Ideally supporting wild cards to combine exclude and include.

E.g.:

# exclude all directories from parsing
exclude = *

# selectively include ./src for parsing
include = ./src