[#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 <s.bogatyrev@yadro.com>
feat/linters
Stanislav Bogatyrev 2023-03-20 18:14:03 +03:00
parent db3ccd2762
commit 392be818e5
1 changed files with 2 additions and 1 deletions

View File

@ -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(.*)