-
Notifications
You must be signed in to change notification settings - Fork 27
/
.ort.yml
24 lines (23 loc) · 1.1 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
excludes:
paths:
- pattern: "examples/cmake/modules/gluecodium/gluecodium/build.gradle"
reason: "TEST_TOOL_OF"
comment: "The project 'examples/cmake/modules/gluecodium/gluecodium/build.gradle'\
\ is a wrapper used for examples which tries to pull gluecodium from maven or\
\ mavenLocal. Since it's not published yet, the scan is not able to fetch and\
\ scan it."
- pattern: "examples/platforms/android/build.gradle"
reason: "TEST_TOOL_OF"
comment: "Example used to demonstrate and test features of generated code."
- pattern: "functional-tests/*/build.gradle"
reason: "TEST_TOOL_OF"
comment: "Functional tests, they are not distributed the context of this project."
scopes:
- name: "test.*|.*Test.*|jacoco.*|lintClassPath"
reason: "TEST_TOOL_OF"
comment: "These are dependencies used for testing. They are not distributed in\
\ the context of this project."
- name: "compile|.*[cC]ompile.*Classpath|debug.*"
reason: "BUILD_TOOL_OF"
comment: "These are dependencies used for building. They are not distributed the\
\ context of this project."