-
Notifications
You must be signed in to change notification settings - Fork 77
/
.ort.yml
21 lines (21 loc) · 1.15 KB
/
.ort.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
excludes:
paths:
- pattern: "cpp/test"
reason : "TEST_TOOL_OF"
comment: "Directory containing code only used for testing. Not included in released artifacts in the context of this project."
- pattern: "golang/*_test.go"
reason : "TEST_TOOL_OF"
comment: "Files containing code only used for testing. Not included in released artifacts in the context of this project."
- pattern: "python/test_flexpolyline.py"
reason : "TEST_TOOL_OF"
comment: "File containing code only used for testing. Not included in released artifacts in the context of this project."
- pattern: "test"
reason : "TEST_TOOL_OF"
comment: "Directory containing code only used for testing. Not included in released artifacts in the context of this project."
scopes:
- pattern : "dev-dependencies"
reason : "DEV_DEPENDENCY_OF"
comment: "Scope with dependencies only used for development. Not included in released artifacts in the context of this project."
- pattern : "devDependencies"
reason : "DEV_DEPENDENCY_OF"
comment: "Scope with dependencies only used for development. Not included in released artifacts in the context of this project."