forked from kubesphere/kubesphere
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.licenserc.yaml
61 lines (56 loc) · 1.57 KB
/
.licenserc.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
# Please refer to the LICENSE file in the root directory of the project.
# https://github.com/kubesphere/kubesphere/blob/master/LICENSE
header:
license:
spdx-id: Apache-2.0
copyright-owner: KubeSphere Authors
content: |
Please refer to the LICENSE file in the root directory of the project.
https://github.com/kubesphere/kubesphere/blob/master/LICENSE
paths-ignore:
- 'api'
- 'build'
- 'docs'
- 'config'
- 'test'
- 'install'
- 'hack'
- 'vendor'
- 'staging'
- 'LICENSE'
- 'OWNERS'
- 'Makefile'
- 'pkg/client/**'
- 'pkg/simple/client/**'
- '**/*.md'
- '**/*.json'
- '**/go.mod'
- '**/go.sum'
- '.github/**'
- '.gitignore'
- '.gitattributes'
- 'pkg/controller/application/status.go'
- '.golangci.yaml'
- 'kube/pkg/apis/**'
- 'kube/pkg/openapi/merge/**'
- 'kube/pkg/features/**'
- 'kube/pkg/quota/**'
- 'kube/plugin/**'
- 'pkg/apiserver/request/context.go'
- 'pkg/apiserver/request/context_test.go'
- 'pkg/apiserver/authentication/request/basictoken/**'
- 'pkg/apiserver/authentication/request/bearertoken/**'
- 'pkg/apiserver/authorization/**'
- 'pkg/controller/k8sapplication/condition.go'
- 'pkg/controller/k8sapplication/status.go'
- 'pkg/models/iam/am/rbac/evaluation_helpers.go'
- 'pkg/utils/conversions/core/v1/conversion.go'
- 'pkg/utils/signals/**'
- 'tools/tools.go'
comment: on-failure
license-location-threshold: 80
language:
Go:
extensions:
- ".go"
comment_style_id: SlashAsterisk