mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
gitlint: support \ and / in commit prefix
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4316>
This commit is contained in:
parent
54acb36689
commit
b7e0def087
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
|
||||
[title-match-regex]
|
||||
regex=^[\w]+[\w, -]*[\w]+: .*
|
||||
regex=^[\w]+[\w, -\\/]*[\w]+: .*
|
||||
|
|
Loading…
Reference in a new issue