-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitlint
41 lines (32 loc) · 828 Bytes
/
.gitlint
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# vim: ft=toml
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: MIT
[general]
verbosity=3
ignore=body-is-missing
ignore-merge-commits=true
ignore-revert-commits=true
ignore-fixup-commits=false
ignore-fixup-amend-commits=false
ignore-squash-commits=false
fail-without-commits=true
regex-style-search=true
debug=false
contrib=contrib-title-conventional-commits
[title-max-length]
line-length=50
[title-min-length]
min-length=10
[title-must-not-contain-word]
words=wip
[body-max-line-length]
line-length=72
[body-min-length]
min-length=20
[body-is-missing]
ignore-merge-commits=true
[ignore-body-lines]
regex=(^Co-Authored-By)|(^Reported-by)|(^Signed-off-by)
[contrib-title-conventional-commits]
types = fix,feat,build,chore,ci,doc,style,refactor,perf,test