-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.licenserc.yaml
55 lines (50 loc) · 1.15 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
# © 2024 Doriel Rivalet
# Use of this source code is governed by a MIT license that can be
# found in the LICENSE file.
header:
license:
spdx-id: MIT
content: |
© [year] [owner]
Use of this source code is governed by a MIT license that can be
found in the LICENSE file.
copyright-owner: 'Doriel Rivalet'
software-name: wycademy
paths-ignore:
- 'dist'
- 'licenses'
- '**/*.md'
- 'LICENSE'
- 'NOTICE'
- 'node_modules/'
- '**/docs/'
- '**/static/'
- '.sveltekit/'
- '.gitattributes'
- '.gitignore'
- '.gitkeep'
- '.eslintignore'
- 'CODEOWNERS'
- '.prettierignore'
- '.eslintignore'
- '**/images/'
- '.npmrc'
- '.prettierrc'
- '**/*.json'
- '**/*.svg'
- '.github/'
- '**/*.txt'
- '**/*.toml'
- '**/*.adoc'
- '**/*.svx'
- '.alexignore'
- '.alexrc'
- '.czrc'
- '.husky/'
- '.webmanifest'
license-location-threshold: 80
comment: on-failure
# If you don't want to check dependencies' license compatibility, remove the following part
dependency:
files:
- package.json # If this is a npm project.