subject-full-stop false positive
knocte opened this issue · 5 comments
knocte commented
When title ends with ... then subject-full-stop fails. We should probably fix this in commitlint (upstream).
tehraninasab commented
What should be the logic? accepting 3 dots at the end of commit title?
knocte commented
I think that subject-full-stop should only fail if last character is a dot, but if previous-to-last character is not a dot.
tehraninasab commented
What should be the rule's behavior if its config was set to 'always' use a dot at the end of the title instead of never?
knocte commented
If the title ends with "...", commitlint's subect-full-stop rule should never fail, regardless if it's 'always' or 'never'.