commitlint
commitlint copied to clipboard
Save failed commit messages somewhere?
When I write a commit message in my editor, and save and close it, if the message fails commitlint
, I have to recreate everything I wrote (re-gather reference URLs, re-copy any supporting evidence for the reasoning in the commit, etc), from scratch.
It would be great if commitlint
could keep a record of the last failed commit, so that a fresh git commit
opens it up automatically, and you can make the (usually minor) necessary changes to pass commitlint
.