22 lines
405 B
YAML
22 lines
405 B
YAML
|
policies:
|
||
|
- type: commit
|
||
|
spec:
|
||
|
header:
|
||
|
length: 89
|
||
|
imperative: true
|
||
|
case: lower
|
||
|
invalidLastCharacters: .
|
||
|
body:
|
||
|
required: false
|
||
|
dco: true
|
||
|
gpg: false
|
||
|
spellcheck:
|
||
|
locale: US
|
||
|
maximumOfOneCommit: true
|
||
|
conventional:
|
||
|
types:
|
||
|
- "type"
|
||
|
scopes:
|
||
|
- "scope"
|
||
|
descriptionLength: 72
|