summaryrefslogtreecommitdiff
path: root/.gitlint
blob: 28dfe3f2a00e8a07ca86fa588a13d3bf23d5629b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[title-max-length]
line-length=100

[general]
ignore=body-is-missing
regex-style-search=True

[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]+: .*

# Ignore GDB backtraces
[ignore-body-lines]
regex=^ \#\d(.*):\d+$

[ignore-by-title]
regex=^(Release|Back to development)