summaryrefslogtreecommitdiff
path: root/.gitlint
blob: f8c193bdb9a6c8f6f4d923073796724ce35c3c6a (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]+: .*