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

fix(WIP): Remove `:` from WIP #14

Closed jamischarles closed 8 years ago

jamischarles commented 8 years ago

Love that you have this pattern in here, I was just about to add it.

I find myself frequently using WIP for placeholders. I almost never include the colon. When typing a quick WIP commit message, it's easier / faster to omit the colon. I think it makes sense to be less stringent on the ignore use case.

Thoughts?

codecov-io commented 8 years ago

Current coverage is 96.15%

Merging #14 into master will not affect coverage as of 932a2da

@@            master     #14   diff @@
======================================
  Files            1       1       
  Stmts           52      52       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit             50      50       
  Partial          0       0       
  Missed           2       2       

Review entire Coverage Diff as of 932a2da

Powered by Codecov. Updated on successful CI builds.