moxxy/.gitlint

15 lines
319 B
Plaintext
Raw Normal View History

2022-01-19 17:58:17 +00:00
[general]
ignore=B5,B6,B7,B8
[title-max-length]
line-length=72
[title-trailing-punctuation]
[title-hard-tab]
[title-match-regex]
2022-10-06 19:14:47 +00:00
regex=^(feat|fix|chore|refactor|docs|release|test)\((xmpp|service|ui|shared|meta|tests)+(,(xmpp|service|ui|shared|meta|tests))*\): .*$
2022-01-19 17:58:17 +00:00
[body-trailing-whitespace]
2022-01-25 11:35:54 +00:00
[body-first-line-empty]