-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.conform.yaml
43 lines (41 loc) · 1.01 KB
/
.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
38
39
40
41
42
43
# https://github.com/talos-systems/conform
# go install github.com/talos-systems/conform/cmd/conform@latest
# docker run --rm -it -v $PWD:/src -w /src ghcr.io/talos-systems/conform:v0.1.0-alpha.22 enforce
policies:
- type: commit
spec:
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: false
conventional:
types:
- chore
- docs
- perf
- refactor
- style
- test
- release
- feat
- fix
- build
- ci
- revert
scopes:
- adr # adr documentation
- linting # changes to lint settings
- mage # tasks
- pipelines # azure pipelines
- readme # updates to readme
- vscode # vscode settings
descriptionLength: 72
dco: false
gpg:
required: false
spellcheck:
locale: US
maximumOfOneCommit: false