forked from heremaps/here-data-sdk-cpp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.ort.yml
18 lines (18 loc) · 752 Bytes
/
.ort.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
excludes:
paths:
- pattern: ".*build\\.gradle"
reason: "TEST_TOOL_OF"
comment: "This project contains tests which are not distributed"
- pattern: "cmake/**"
reason: "BUILD_TOOL_OF"
comment: "The files are only used for building the code. Not included in released artifacts."
- pattern: "docs/**"
reason: "DOCUMENTATION_OF"
comment: "The files are only used for documentation. Not included in released artifacts."
- pattern: "examples/**"
reason: "EXAMPLE_OF"
comment: "Directory is only used for examples. Not included in released artifacts."
- pattern: "tests/**"
reason: "TEST_OF"
comment: "Directory is only used for testing. Not included in released artifacts."