jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
803 stars 99 forks source link

Allow several --extra-path #426

Closed gsemet closed 1 year ago

gsemet commented 1 year ago

Allow extra-path folders. My use case is basically to provide a docker image with a default set of custom rules, but I would like to allow my users to implement their own custom rules in their projects (so they would provide an additional folder to --extra-path and append the rules to contrib.

jorisroovers commented 1 year ago

Duplicate of #395