228982a0a8
- giant refactoring - add aliases and functions to ease work - apply linters / fixers / fmt to most files
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
|