forked from TrueCloudLab/frostfs-node
[#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>
This commit is contained in:
parent
db3ccd2762
commit
392be818e5
1 changed files with 2 additions and 1 deletions
3
.gitlint
3
.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(.*)
|
||||
|
|
Loading…
Reference in a new issue