summaryrefslogtreecommitdiff
path: root/.gitlint
blob: b047cfd1aa597043243d27a729ddae6b5b117195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[title-max-length]
line-length=100

[general]
ignore=body-is-missing

[body-max-line-length]
line-length=120

[body-min-length]
min-length=10

# Ensure every title starts with a prefix
[title-match-regex]
regex=^[\w]+[\w, -]*[\w]+: .*