Skip to content

Commit dfc6d9d

Browse files
authored
chore: add .ort.yml (#22)
1 parent 9763ef7 commit dfc6d9d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
**/*.pyc
1919
Dockerfile
2020
dist
21+
.ort.yml

.ort.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
excludes:
3+
scopes:
4+
- pattern: "lint"
5+
reason: "DEV_DEPENDENCY_OF"
6+
comment: "Packages for static code analysis only."
7+
- pattern: "test"
8+
reason: "TEST_DEPENDENCY_OF"
9+
comment: "Packages for testing only."
10+
- pattern: "nox"
11+
reason: "TEST_DEPENDENCY_OF"
12+
comment: "Packages for testing only."
13+
license_choices:
14+
repository_license_choices:
15+
- given: FTL OR GPL-2.0-or-later
16+
choice: FTL
17+
resolutions:
18+
rule_violations:
19+
- message: ".*PyPI::fsspec:2024\\.6\\.0.*"
20+
reason: "CANT_FIX_EXCEPTION"
21+
comment: "BSD 3-Clause New or Revised License: https://github.com/fsspec/filesystem_spec/blob/2024.6.0/LICENSE"
22+
- message: ".*PyPI::python-dateutil:2\\.9\\.0\\.post0.*"
23+
reason: "CANT_FIX_EXCEPTION"
24+
comment: "BSD 3-Clause New or Revised License: https://github.com/dateutil/dateutil/blob/2.9.0/LICENSE"
25+
- message: ".*PyPI::setuptools:78\\.1\\.1.*"
26+
reason: "CANT_FIX_EXCEPTION"
27+
comment: "MIT License: https://github.com/pypa/setuptools/blob/v78.1.1/LICENSE"

0 commit comments

Comments
 (0)