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

Consider default merge commit as valid commit #27

Closed tusharmath closed 8 years ago

tusharmath commented 8 years ago

merge commit are auto generater by git and should thus be considered as a valid message

fix #26

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #27 into master will not affect coverage as of 2a4fe14

@@            master     #27   diff @@
======================================
  Files            1       1       
  Stmts           67      71     +4
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit             67      71     +4
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 2a4fe14

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

Perfect. Thanks!