-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.commitlintrc.yaml
52 lines (52 loc) · 911 Bytes
/
.commitlintrc.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
rules:
body-empty:
level: warning
body-max-length:
level: warning
length: 128
description-empty:
level: error
# description-format:
# level: error
# format: ^[a-z]*$
description-max-length:
level: error
length: 64
scope:
level: error
options:
- core
- presets/conventional-commits
- presets/workspace
- plugins/changelog
- plugins/git
- plugins/github-release
- plugins/npm
- plugins/npm-post
- plugins/docker
- plugins/template
- tests
- ci
- prettiers
- configurations
- website
- deps
- deps-dev
scope-empty:
level: error
subject-empty:
level: error
type:
level: error
options:
- build
- chore
- docs
- feat
- fix
- perf
- refactor
- revert
- style
type-empty:
level: error