swt23w23/.gitlint
Denis Natusch a46d2ad169
Refuse pound sign in commit message title
Closes #70

Co-authored-by: Simon Bruder <simon.bruder@mailbox.tu-dresden.de>
2023-11-28 19:20:44 +01:00

20 lines
410 B
Plaintext

[general]
regex-style-search=true
contrib=contrib-allowed-authors
ignore=body-is-missing,body-min-length
# While they should be ≤72, 80 is the limit
[title-max-length]
line-length=80
# Every message must start with an upper case letter
# and does not contain “#”
[title-match-regex]
regex=^[A-Z][^#]*$
[ignore-by-title]
regex=^(amend|fixup|squash).*
ignore=title-max-length
[contrib-allowed-authors]