From 94abeb1888ed4170acdee1a80cdba97fec915983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 26 Mar 2023 16:46:08 +0100 Subject: gitlint: allow commas and spaces in commit message prefix e.g. "foo, bar: did stuff" should be allowed Part-of: --- .gitlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlint') diff --git a/.gitlint b/.gitlint index 08e03d3e5e..b047cfd1aa 100644 --- a/.gitlint +++ b/.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]+: .* -- cgit v1.2.1