mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
gitlint: Allow curly brackets in commit prefix
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6344>
This commit is contained in:
parent
c04cdddd37
commit
a7b128bb27
1 changed files with 1 additions and 1 deletions
2
.gitlint
2
.gitlint
|
@ -13,7 +13,7 @@ min-length=10
|
|||
|
||||
# Ensure every title starts with a prefix
|
||||
[title-match-regex]
|
||||
regex=^[\w]+[\w, -\\/]*[\w]+: .*
|
||||
regex=^[\w]+[\w, -\\/{}]*[\w]+: .*
|
||||
|
||||
# Ignore GDB backtraces
|
||||
[ignore-body-lines]
|
||||
|
|
Loading…
Reference in a new issue