-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subject-full-stop false positive #132
Comments
What should be the logic? accepting 3 dots at the end of commit title? |
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. |
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? |
If the title ends with "...", commitlint's subect-full-stop rule should never fail, regardless if it's 'always' or 'never'. |
When title ends with ... then subject-full-stop fails. We should probably fix this in commitlint (upstream).
The text was updated successfully, but these errors were encountered: