0.7.1
Bugfixes:
- Behavior change: gitlint no longer prints the file path by default when using a
.gitlint
file. The path will still be printed when using the new--debug
flag. Special thanks to Slipcon for submitting this. - Gitlint now prints a correct violation message for the
title-match-regex
rule. Special thanks to
Slipcon for submitting this. - Gitlint is now better at parsing commit messages cross-platform by taking platform specific line endings into account
- Minor documentation improvements