From 392be818e5bf2e8cc0b8fc6a9463add3df9556de Mon Sep 17 00:00:00 2001 From: Stanislav Bogatyrev Date: Mon, 20 Mar 2023 18:14:03 +0300 Subject: [PATCH] [#149] Fix gitlint regex to match our policy In our policy we mark commits not having a PR/Issue yet with a `[#XX]` reference to be replaced after PR creation. Signed-off-by: Stanislav Bogatyrev --- .gitlint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlint b/.gitlint index 9ce883f49..96cf3ed8f 100644 --- a/.gitlint +++ b/.gitlint @@ -1,9 +1,10 @@ [general] fail-without-commits=true +regex-style-search=true contrib=CC1 [title-match-regex] -regex=^\[\#[0-9]+\]\s +regex=^\[\#[0-9X]+\]\s [ignore-by-title] regex=^Release(.*)