Fix broken escape seq

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-12-29 18:42:11 +01:00
parent dc0b2f4df7
commit a2176a338c
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View File

@ -12,7 +12,7 @@ ignore_messages:
# Every commit message matching one of the regular expressions defined
# in here will cause a patch-version increase (1.0.0 -> 1.0.1).
match_patch:
- "\[CI\]"
- "\\[CI\\]"
- "[dD]ep:"
- "[fF]ix:"
- "[lL]int:"