Refuse pound sign in commit message title

Closes #70

Co-authored-by: Simon Bruder <simon.bruder@mailbox.tu-dresden.de>
This commit is contained in:
Denis Natusch 2023-11-28 16:22:47 +01:00
parent a4e82362c8
commit a46d2ad169
No known key found for this signature in database
GPG key ID: 5E57BD8EDACFA985

View file

@ -8,8 +8,9 @@ ignore=body-is-missing,body-min-length
line-length=80
# Every message must start with an upper case letter
# and does not contain “#”
[title-match-regex]
regex=^[A-Z]
regex=^[A-Z][^#]*$
[ignore-by-title]
regex=^(amend|fixup|squash).*