From aef4caf3a07a08d1573c70f8aaf009aeb29ad11f Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Tue, 28 Feb 2023 20:49:33 +0900 Subject: ci: gitlint: Allow '-' character in commit title prefix ... and require a SPACE after ':' separator Part-of: --- .gitlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlint b/.gitlint index 48fde1a413..439b0a36e7 100644 --- a/.gitlint +++ b/.gitlint @@ -9,4 +9,4 @@ line-length=120 # Ensure every title starts with a prefix [title-match-regex] -regex=^\w+:.* +regex=^[\w]+[\w-]*[\w]+: .* -- cgit v1.2.1