You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
header: "// This Source Code Form is subject to the terms of the Mozilla Public\u000A// License, v. 2.0. If a copy of the MPL was not distributed with this\u000A// file, You can obtain one at http://mozilla.org/MPL/2.0/.\u000A"
6
+
- type: commit
7
+
spec:
8
+
dco: true
9
+
gpg:
10
+
required: true
11
+
identity:
12
+
gitHubOrganization: siderolabs
13
+
spellcheck:
14
+
locale: US
15
+
maximumOfOneCommit: true
16
+
header:
17
+
length: 89
18
+
imperative: true
19
+
case: lower
20
+
invalidLastCharacters: .
21
+
body:
22
+
required: true
23
+
conventional:
24
+
types:
25
+
- chore
26
+
- docs
27
+
- perf
28
+
- refactor
29
+
- style
30
+
- test
31
+
- release
32
+
scopes:
33
+
- .*
34
+
- type: license
35
+
spec:
36
+
root: .
37
+
skipPaths:
38
+
- .git/
39
+
- testdata/
40
+
includeSuffixes:
41
+
- .go
42
+
excludeSuffixes:
43
+
- .pb.go
44
+
- .pb.gw.go
45
+
header: |
46
+
// This Source Code Form is subject to the terms of the Mozilla Public
47
+
// License, v. 2.0. If a copy of the MPL was not distributed with this
48
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
0 commit comments