You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first line of a commit message is always read as the header even if it's a comment
With a commit template like so:
# Some top comment
# Some bottom comments
# blah blah blah blah blah
# blah blah blah blah blah blah
# blah blah blah
Filling it out for a commit message of:
# Some top comment
feat: something
Some body comment.
Amazing changes x y z
# Some bottom comments
# blah blah blah blah blah
# blah blah blah blah blah blah
# blah blah blah
Conform complains the commit header is # Some top comment which doesn't match conventional commit style
The text was updated successfully, but these errors were encountered:
06kellyjac
changed the title
Ignore comments in git commits even on first line
Conform treats comments on the first line in git commits as the header
May 22, 2020
The first line of a commit message is always read as the header even if it's a comment
With a commit template like so:
Filling it out for a commit message of:
Conform complains the commit header is
# Some top comment
which doesn't match conventional commit styleThe text was updated successfully, but these errors were encountered: