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(cli): Allow validate from text #71

Closed maxcnunes closed 7 years ago

maxcnunes commented 7 years ago

With this approach makes easier validate commit messages through a text instead of only accepting validation through files.

codecov-io commented 7 years ago

Codecov Report

Merging #71 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #71   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         123    123           
=====================================
  Hits          123    123

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3c4aee9...007fa5d. Read the comment docs.

kentcdodds commented 7 years ago

Thanks!