jorisroovers / gitlint

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

Add authors-commit contrib rule #358

Closed stauchert closed 1 year ago

stauchert commented 1 year ago

It is possible to manage a so-called AUTHORS file in the repository. In this file, all committers for the respective project are listed. With this gitlint rule, it can be ensured that only people who are listed in the AUTHORS file can commit.

stauchert commented 1 year ago

Thanks for the note regarding the assert statement and the name suggestion! I agree with you on that. :+1:

jorisroovers commented 1 year ago

Merged, super thanks!