gitlint: allow body with 10 characters

"Fixes #123" is a perfectly adequate message body.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4182>
This commit is contained in:
Tim-Philipp Müller 2023-03-16 15:54:06 +00:00 committed by GStreamer Marge Bot
parent 3ad4128084
commit 4db1eb0733

View file

@ -7,6 +7,9 @@ ignore=body-is-missing
[body-max-line-length]
line-length=120
[body-min-length]
min-length=10
# Ensure every title starts with a prefix
[title-match-regex]
regex=^[\w]+[\w-]*[\w]+: .*