forked from openGemini/openGemini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.commitlint.yaml
62 lines (62 loc) · 1.1 KB
/
.commitlint.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
version: v0.10.0
formatter: default
rules:
- header-min-length
- header-max-length
- type-enum
severity:
default: error
settings:
body-max-length:
argument: -1
body-max-line-length:
argument: 72
body-min-length:
argument: 0
description-max-length:
argument: -1
description-min-length:
argument: 0
footer-enum:
argument: []
footer-max-length:
argument: -1
footer-max-line-length:
argument: 72
footer-min-length:
argument: 0
footer-type-enum:
argument: []
header-max-length:
argument: 100
header-min-length:
argument: 10
scope-charset:
argument: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/,
scope-enum:
argument: []
flags:
allow-empty: true
scope-max-length:
argument: -1
scope-min-length:
argument: 0
type-charset:
argument: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
type-enum:
argument:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert
type-max-length:
argument: -1
type-min-length:
argument: 0