tommarshall / git-good-commit

Git hook to help you write good commit messages, with no external dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not ignore trailing spaces

tommarshall opened this issue · comments

Validation should ignore trailing spaces, as git strips these from the commit message.

This is an issue for all of the length related rules:

  • Separate subject from body with a blank line
  • Limit the subject line to 50 characters
  • Wrap the body at 72 characters