talos/.conform.yaml
Andrew Rynhard ee226dddac
chore: enforce commit and license policies (#304)
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-01-13 16:10:49 -08:00

36 lines
465 B
YAML

policies:
- type: commit
spec:
headerLength: 89
dco: true
gpg: true
- type: conventionalCommit
spec:
types:
- chore
- docs
- perf
- refactor
- style
- test
scopes:
- ami
- ci
- conformance
- gpt
- hack
- image
- init
- initramfs
- kernel
- osctl
- osd
- rootfs
- tools
- '*'
- type: license
spec:
includeSuffixes:
- .go
headerFile: LICENSE_HEADER