gitlint

Linter for git commit messages with customizable rules

brewmacoslinux
Try with needOr install directly
Source

About

Linting for your git commit messages

Commands

gitlint

Examples

Lint the most recent commit message$ gitlint
Lint a specific commit by hash$ gitlint --commit abc123def
Lint all commits in a range$ gitlint --commits origin/main..HEAD