Skip to content

Commit

Permalink
chore: enable conform
Browse files Browse the repository at this point in the history
Enable conform checks

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Apr 8, 2022
1 parent a60a332 commit 718ec10
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
policies:
- type: commit
spec:
dco: true
gpg:
required: true
identity:
gitHubOrganization: siderolabs
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: ["*"]
- type: license
spec:
skipPaths:
- .git/
includeSuffixes:
- .go
excludeSuffixes:
- .pb.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/.

0 comments on commit 718ec10

Please sign in to comment.