-
Notifications
You must be signed in to change notification settings - Fork 452
/
.licenserc.yaml
54 lines (50 loc) · 1.22 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
# 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/console/blob/master/LICENSE
paths:
- 'cypress/**'
- 'jest/**'
- 'locales/**'
- 'packages/**'
- 'scripts/**'
- 'server/**'
paths-ignore:
- '.DS_Store'
- '.idea/**'
- '.vscode/**'
- '.history/**'
- '**/node_modules/**'
- '**/.yarn/**'
- 'configs/local_config.yaml'
- '**/*.tsbuildinfo'
- '**/coverage/**'
- '**/dist/**'
- '**/cjs/**'
- '**/esm/**'
- '**/v3dist/**'
- 'packages/*/lib/**'
- 'packages/bootstrap/assets/**'
- 'packages/bootstrap/extension/templates/**'
- 'extensions/**'
- 'server/sample/**'
- 'server/locales/*.properties'
- 'bin/**'
- '.github/**'
- '**/*.md'
- '**/*.json'
- '**/*.sh'
- '**/*.svg'
- '**/*.html'
- '.gitignore'
- '.gitattributes'
- 'LICENSE'
- 'OWNERS'
- 'Makefile'
comment: on-failure
license-location-threshold: 80