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: support %s interpolate in helpMessage #23

Closed remy closed 8 years ago

remy commented 8 years ago

This change supports using %s in the config.helpMessage, and if the %s is included, then the default message isn't printed since it'll be put into the output of the help message.

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #23 into master will not affect coverage as of 574e00c

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

Review entire Coverage Diff as of 574e00c

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

:+1: