feat(repo): .gitlint init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
719b2d9744
commit
7ed6d0cfd2
1 changed files with 14 additions and 0 deletions
14
.gitlint
Normal file
14
.gitlint
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[general]
|
||||||
|
contrib=contrib-title-conventional-commits
|
||||||
|
ignore=title-match-regex, T3
|
||||||
|
regex-style-search=True
|
||||||
|
|
||||||
|
[ignore-by-title]
|
||||||
|
regex=^flake\.lock:.*
|
||||||
|
|
||||||
|
[title-match-regex]
|
||||||
|
regex=^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(\([\w\-\.]+\))?!?: .+$
|
||||||
|
|
||||||
|
[title-max-length]
|
||||||
|
line-length=72
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue