3a3fc30b8c
- linting/fixing/formating - utility for suggesting aliases now accepts parameters to change output size - add helper to checkci - add verify committer script to avoid committer with wrong git identify
23 lines
507 B
YAML
23 lines
507 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
|