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
557 stars 100 forks source link

fix(lib): Reduced merge check strictness #34

Closed bmds closed 8 years ago

bmds commented 8 years ago

The merge message check is too strict. It fails auto merge commit messages because they don't include the word into

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #34 into master will not affect coverage as of 0649464

@@            master     #34   diff @@
======================================
  Files            1       1       
  Stmts           88      88       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit             88      88       
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 0649464

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

:+1: