gitlint: Allow curly brackets in commit prefix

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6319>
This commit is contained in:
Antonio Larrosa 2024-03-12 16:50:04 +01:00 committed by GStreamer Marge Bot
parent 7b8fa42f8a
commit edb7b787d8

View file

@ -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]