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

feat(config): add helpMessage config option #22

Closed bitjson closed 8 years ago

bitjson commented 8 years ago

If provided, the helpMessage string is displayed when a commit message is not valid. This allows projects to provide a better developer experience for new contributors.

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #22 into master will not affect coverage as of 8bd8226

@@            master     #22   diff @@
======================================
  Files            1       1       
  Stmts           54      58     +4
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit             54      58     +4
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 8bd8226

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

Cool, thanks!

kentcdodds commented 8 years ago

If you could just fix that message and amend your commit, then let me know and I'll merge this. Thanks!

bitjson commented 8 years ago

Sounds good – updated :+1:

bitjson commented 8 years ago

thanks!