-
Notifications
You must be signed in to change notification settings - Fork 1
/
.conform.yaml
37 lines (37 loc) · 893 Bytes
/
.conform.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
policies:
- type: commit
spec:
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
dco: true
spellcheck:
locale: US
conventional:
types:
# build system, releases
- "build"
# changes with no functional effect (e.g. updating dependencies)
- "chore"
# Documentation
- "docs"
# Unit and integration tests
- "test"
scopes:
# everything related to cargo configuration and dependencies
- "cargo"
# GitHub Actions
- "ci"
# all current subcommands in kbs
- "import"
- "label"
- "list"
- "move"
- "prune"
- "remove"
- "shell"
- "use"
- "version"
descriptionLength: 72