-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlint
More file actions
32 lines (25 loc) · 781 Bytes
/
.gitlint
File metadata and controls
32 lines (25 loc) · 781 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
# gitlint configuration.
# For more information, see:
# https://jorisroovers.com/gitlint/configuration/.
[general]
verbosity = 2
ignore-merge-commits=true
ignore-fixup-commits=false
ignore-squash-commits=false
ignore=body-is-missing
contrib=contrib-disallow-cleanup-commits
# Upcoming default; make it explicit here to avoid warnings on every gitlint run.
# More info: https://jorisroovers.com/gitlint/latest/configuration/general_options/#regex-style-search
regex-style-search=true
[title-max-length]
line-length=72
[body-max-line-length]
line-length=80
[body-min-length]
min-length=20
[title-must-not-contain-word]
words=wip
[ignore-by-author-name]
# Ignore specific line length rules for Dependabot commits.
regex=dependabot
ignore=title-max-length,body-max-line-length