Do not enforce minimum body length in gitlint

This would disallow bodies like “Fixes #1”.
This commit is contained in:
Simon Bruder 2023-11-16 10:18:35 +01:00
parent 33ec5d66d6
commit 610ce9c4f1
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -1,7 +1,7 @@
[general]
regex-style-search=true
contrib=contrib-allowed-authors
ignore=body-is-missing
ignore=body-is-missing,body-min-length
# While they should be ≤72, 80 is the limit
[title-max-length]