mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
gitlint: Allow curly brackets in commit prefix
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6319>
This commit is contained in:
parent
7b8fa42f8a
commit
edb7b787d8
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
|
# Ensure every title starts with a prefix
|
||||||
[title-match-regex]
|
[title-match-regex]
|
||||||
regex=^[\w]+[\w, -\\/]*[\w]+: .*
|
regex=^[\w]+[\w, -\\/{}]*[\w]+: .*
|
||||||
|
|
||||||
# Ignore GDB backtraces
|
# Ignore GDB backtraces
|
||||||
[ignore-body-lines]
|
[ignore-body-lines]
|
||||||
|
|
Loading…
Reference in a new issue