Closed fiksn closed 2 years ago
Hi @fiksn -
Thanks for the question! I believe https://github.com/compilerla/conventional-pre-commit/pull/19#issuecomment-1133434301 has the answer.
If anyone is curious, I found some additional discussion about this topic:
Thanks for the suggestion @fiksn.
@angela-tran has it right though, we'd like to keep this focused on conventional commits formatting. Local merge commit messages can be customized, or you can avoid the check entirely with the --no-verify
flag, e.g.
git merge branch --no-verify
Something like
Merge branch .* into .*
should still ok or am I mistaken?