mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
ci: gitlint: Allow '-' character in commit title prefix
... and require a SPACE after ':' separator Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4077>
This commit is contained in:
parent
85b0b343db
commit
aef4caf3a0
1 changed files with 1 additions and 1 deletions
2
.gitlint
2
.gitlint
|
@ -9,4 +9,4 @@ line-length=120
|
||||||
|
|
||||||
# Ensure every title starts with a prefix
|
# Ensure every title starts with a prefix
|
||||||
[title-match-regex]
|
[title-match-regex]
|
||||||
regex=^\w+:.*
|
regex=^[\w]+[\w-]*[\w]+: .*
|
||||||
|
|
Loading…
Reference in a new issue