forked from siderolabs/omni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.conform.yaml
88 lines (86 loc) · 2 KB
/
.conform.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-02-23T20:48:03Z by kres 38f172c.
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:
root: .
skipPaths:
- .git
- testdata/
- client/
- frontend/node_modules/
- internal/pkg/kubernetes/resource/
includeSuffixes:
- .go
- .ts
- .js
excludeSuffixes:
- .pb.go
- .pb.gw.go
- .pb.ts
- babel.config.js
header: |
// Copyright (c) 2024 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
- type: license
spec:
root: client
skipPaths:
- .git/
- testdata/
includeSuffixes:
- .go
excludeSuffixes:
- .pb.go
- .pb.gw.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/
- type: license
spec:
root: frontend/
skipPaths:
- node_modules/
includeSuffixes:
- .vue
excludeSuffixes:
- .pb.go
- .pb.gw.go
header: |
<!--
Copyright (c) 2024 Sidero Labs, Inc.
Use of this software is governed by the Business Source License
included in the LICENSE file.
-->