commitlint
commitlint copied to clipboard
feat: Add cleanup step before parsing
Similar to git itself, we now add a cleanup step before processing the commit message.
Check git-commit man page for the --cleanup option. In contrast to git we do "strip" and "scissors" in one step.
closes conventionalcommit/commitlint#7