We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When body-leading-blank is enabled, it fires incorrectly for this content:
body-leading-blank
# Comment Header Body line
This can be triggred, for example, when squashing multiple commits together during a rebase.
The text was updated successfully, but these errors were encountered:
fix: trim leading newlines before parsing
32eeb8b
Ensure that leading (and trailing) newlines are trimmed from a commit before parsing it, after accounting for commented lines. Fixes #108
f93f6d3
c6456f2
joshbolduc
No branches or pull requests
When
body-leading-blank
is enabled, it fires incorrectly for this content:This can be triggred, for example, when squashing multiple commits together during a rebase.
The text was updated successfully, but these errors were encountered: