-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.conform.yaml
More file actions
44 lines (44 loc) · 879 Bytes
/
.conform.yaml
File metadata and controls
44 lines (44 loc) · 879 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
33
34
35
36
37
38
39
40
41
42
43
44
policies:
- type: commit
spec:
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
dco: true
gpg:
required: true
identity:
gitHubOrganization: testk8s-platform
spellcheck:
locale: US
maximumOfOneCommit: true
conventional:
types:
- build
- docs
- feat
- fix
- refactor
- release
- test
scopes:
- base
- meta
- metrics
- workflows
- type: license
spec:
skipPaths:
- .git/
- .github/
- out/
includeSuffixes:
- .yaml
excludeSuffixes:
- .conform.yaml
- .gen.yaml
allowPrecedingComments: true
header: |
# SPDX-License-Identifier: MPL-2.0