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

refactor(index): move validateMessage to lib, it can now be used through node, readme shows example #61

Closed spirosikmd closed 7 years ago

spirosikmd commented 7 years ago

Oh my bad! I will fix it now!

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #61 into master will not change coverage

@@           master   #61   diff @@
===================================
  Files           2     3     +1   
  Lines          75    85    +10   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits           75    85    +10   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 514f79b...fb2ce34

kentcdodds commented 7 years ago

Cool! Thanks!