generated from pulumi/pulumi-tf-provider-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.conform.yaml
More file actions
29 lines (29 loc) · 536 Bytes
/
.conform.yaml
File metadata and controls
29 lines (29 loc) · 536 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
---
policies:
- type: commit
spec:
header:
length: 200
imperative: true
case: lower
invalidLastCharacters: .
body:
required: false
dco: false
gpg: false
spellcheck:
locale: US
maximumOfOneCommit: false
conventional:
types:
- refactor
- perf
- chore
- test
- docs
- no_type
scopes:
- release
- deps
- ci
descriptionLength: 100