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(cli-validation): separate cli behaviour from validation #59

Closed spirosikmd closed 7 years ago

spirosikmd commented 7 years ago

This separation will facilitate further refactoring, moving the main validation to lib, split in multiple files etc.

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #59 into master will not change coverage

@@           master   #59   diff @@
===================================
  Files           1     1          
  Lines          98    85    -13   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
- Hits           98    85    -13   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update b432a1e...4367822

spirosikmd commented 7 years ago

@kentcdodds do you see any breaking change changing where 'bin' points to?