feat(repo): .gitlint init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-20 22:07:50 +03:00
parent 719b2d9744
commit 7ed6d0cfd2

14
.gitlint Normal file
View 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