Skip to content

Commit

Permalink
chore: add conform configuration
Browse files Browse the repository at this point in the history
This should enable conformance checks on the PR.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Feb 8, 2021
1 parent f9d9690 commit 2a04697
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2020-09-08T22:09:46Z by kres latest.

policies:
- type: commit
spec:
dco: true
gpg: false
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 2a04697

Please sign in to comment.