-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlint
More file actions
33 lines (25 loc) · 730 Bytes
/
Copy path.gitlint
File metadata and controls
33 lines (25 loc) · 730 Bytes
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
[general]
contrib=contrib-title-conventional-commits,contrib-disallow-cleanup-commits
ignore=body-is-missing,body-min-length
ignore-merge-commits=true
ignore-revert-commits=true
ignore-fixup-commits=true
ignore-squash-commits=true
regex-style-search=true
verbosity=2
[title-max-length]
line-length=72
[title-min-length]
min-length=10
[title-must-not-contain-word]
words=wip,fixme,xxx,todo
[title-match-regex]
regex=^(feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(\([\w\-\.\/]+\))?!?: .+$
[body-max-line-length]
line-length=100
[body-min-length]
min-length=0
[body-is-missing]
ignore-merge-commits=true
[contrib-title-conventional-commits]
types=feat,fix,docs,style,refactor,perf,test,build,ci,chore,revert