conventional-changelog-archived-repos / validate-commit-msg

DEPRECATED. Use https://github.com/marionebl/commitlint instead. githook to validate commit messages are up to standard
http://conventionalcommits.org/
MIT License
556 stars 101 forks source link

Ignore merge commits #26

Closed tusharmath closed 8 years ago

tusharmath commented 8 years ago

The default merge commit looks like —

Merge branch 'master' into validate-commit-msg-integration

which should be allowed. Though the alternative is to pass --no-verify.

kentcdodds commented 8 years ago

Good point. Would you be interested enough to makeapullrequest.com?