-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ort.yml
54 lines (54 loc) · 1.76 KB
/
.ort.yml
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
---
excludes:
scopes:
- pattern: "dev"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "lint"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for static code analysis only."
- pattern: "test"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for testing only."
license_choices:
repository_license_choices:
- given: FTL OR GPL-2.0-or-later
choice: FTL
resolutions:
rule_violations:
- message: ".*PyPI::numpy:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "BSD 3-Clause license: https://github.com/numpy/numpy/blob/v2.2.1/LICENSES_bundled.txt"
- message: ".*PyPI::pandas:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::jupyter-core:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::jupyter-client:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::prompt-toolkit:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::traitlets:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::matplotlib-inline:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::ipykernel:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::pyzmq:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::comm:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::packaging:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::python-dateutil:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"