talos/.conform.yaml
Andrew Rynhard 62242f979e
chore: require GPG signatures
GPG signatures are now required.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
2021-08-11 17:49:31 +00:00

50 lines
1.1 KiB
YAML

policies:
- type: commit
spec:
dco: true
gpg: true
spellcheck:
locale: US
maximumOfOneCommit: true
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: true
conventional:
types:
- chore
- docs
- perf
- refactor
- style
- test
- release
scopes:
- apid
- machined
- networkd
- talosctl
- trustd
- talosctl
- kernel
- security
- ^v0.12
- type: license
spec:
skipPaths:
- .git/
includeSuffixes:
- .go
excludeSuffixes:
- .pb.go
- _string.go
- _string_linux.go
- zz_generated.deepcopy.go
header: |
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.