chore: Implement gitlint

This commit is contained in:
PapaTutuWawa 2022-08-06 11:19:26 +02:00
parent 70d0391020
commit f8830b974b

10
.gitlint Normal file
View File

@ -0,0 +1,10 @@
[general]
ignore=B5,B6,B7,B8
[title-max-length]
line-length=72
[title-trailing-punctuation]
[title-hard-tab]
[title-match-regex]
regex=^(feat|fix|test|release|chore|security):.*$
[body-trailing-whitespace]
[body-first-line-empty]