description-max-length
and description-empty
rules trigger incorrectly
#257
Labels
bug
Something isn't working
Describe the bug
Sorry for the many bug reports, but I hope this will help make
commitlint-rs
better!git commit -m "s"
If a type is supplied (like
git commit -m "chore: s"
), all 3 errors go away.Config
Error message
N/A
Expected behavior
Only the message
type is empty
should be printed here, as there is a non-empty description and it is not longer than thedescription-max-length
.Version
Additional context
N/A
The text was updated successfully, but these errors were encountered: