mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
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:
parent
3ad4128084
commit
4db1eb0733
1 changed files with 3 additions and 0 deletions
3
.gitlint
3
.gitlint
|
@ -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]+: .*
|
||||
|
|
Loading…
Reference in a new issue