mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
gitlint: allow commas and spaces in commit message prefix
e.g. "foo, bar: did stuff" should be allowed Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4273>
This commit is contained in:
parent
00ed40dbfd
commit
94abeb1888
1 changed files with 1 additions and 1 deletions
2
.gitlint
2
.gitlint
|
@ -12,4 +12,4 @@ min-length=10
|
||||||
|
|
||||||
# Ensure every title starts with a prefix
|
# Ensure every title starts with a prefix
|
||||||
[title-match-regex]
|
[title-match-regex]
|
||||||
regex=^[\w]+[\w-]*[\w]+: .*
|
regex=^[\w]+[\w, -]*[\w]+: .*
|
||||||
|
|
Loading…
Reference in a new issue