JPeer264 / node-semantic-git-commit-cli

A CLI for semantic git commits
https://www.npmjs.com/package/semantic-git-commit-cli
MIT License
147 stars 11 forks source link

Show commit message length if too long #36

Closed dani-sc closed 7 years ago

dani-sc commented 7 years ago

Currently, if the commit message entered is too long, this message is shown:

The commit message is not allowed to be longer as 72. Consider writing a body.

It would be nice if it would also outline how long the message is currently, e.g.

The commit message is not allowed to be longer as 72, but is 85. Consider writing a body.

JPeer264 commented 7 years ago

Totally agreed. This one is good.