swt23w23/.gitlint
Simon Bruder 610ce9c4f1
Do not enforce minimum body length in gitlint
This would disallow bodies like “Fixes #1”.
2023-11-16 10:18:35 +01:00

19 lines
373 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
[title-match-regex]
regex=^[A-Z]
[ignore-by-title]
regex=^(amend|fixup|squash).*
ignore=title-max-length
[contrib-allowed-authors]