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(validateType): add build/ci validate type #48

Closed jackyr closed 7 years ago

jackyr commented 7 years ago

Add build/ci validate type #47

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #48 into master will not change coverage

@@           master   #48   diff @@
===================================
  Files           1     1          
  Lines          90    90          
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
  Hits           90    90          
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update eb4962f...5735d06

kentcdodds commented 7 years ago

Hi @jackyr, Actually, that's not how you would update this tool to support build/ci. Let me comment in line.

jackyr commented 7 years ago

I see. Thank you!