Skip to content

Commit

Permalink
Update .ort.yml for ORT
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Steenbergen <thomas.steenbergen@here.com>
  • Loading branch information
tsteenbe authored and mnonnenmacher committed Sep 16, 2019
1 parent 290f957 commit 5e75e48
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .ort.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
excludes:
paths:
- pattern: "analyzer/src/funTest/assets/projects/**"
- pattern: "*/src/{funTest,test}/**"
reason : "TEST_TOOL_OF"
comment: "This project is only used for testing and is not part of the distribution."
- pattern: "reporter/src/{funTest,test}/assets/**"
reason : "TEST_TOOL_OF"
comment: "This file contains test data. Contained licenses do not apply to the OSS Review Toolkit."
comment: "Licenses contained in this directory are used for testing and do not apply to the OSS Review Toolkit."
- pattern: "reporter-web-app/src/config.js"
reason : "DATA_FILE_OF"
comment: "This file contains license data used in the web app report. Contained licenses do not apply to the OSS Review Toolkit."
- pattern: "reporter-web-app/src/data/choosealicense/**"
reason : "DATA_FILE_OF"
comment: "This file contains license data used in the web app report. Contained licenses do not apply to the OSS Review Toolkit."
- pattern: "scanner/src/funTest/kotlin/scanners/ScanPathTest.kt"
reason : "TEST_TOOL_OF"
comment: "Licenses contained in this class are used for testing and do not apply to the OSS Review Toolkit."
- pattern: "spdx-utils/src/main/resources/{exceptions,licenserefs,licenses}/**"
reason : "DATA_FILE_OF"
comment: "This license file is used for generating license notes and does not apply to the OSS Review Toolkit."
- pattern: "spdx-utils/src/main/kotlin/{SpdxDeclaredLicenseMapping,SpdxLicense,SpdxLicenseAliasMapping,SpdxLicenseException}.kt"
reason : "DATA_FILE_OF"
comment: "Licenses contained in this class are used for processing licenses and do not apply to the OSS Review Toolkit."
- pattern: "spdx-utils/src/test/kotlin/**"
- pattern: "test-utils/**"
reason : "TEST_TOOL_OF"
comment: "Licenses contained in this class are used for testing and do not apply to the OSS Review Toolkit."
comment: "Licenses contained in this directory are used for testing and do not apply to the OSS Review Toolkit."
scopes:
- name : "(test|funTest)"
- name : "devDependencies"
reason : "BUILD_TOOL_OF"
comment: "Scope with dependencies only used for development. Not included in released artifacts in the context of this project."
- name : "(test.*|funTest.*)"
reason : "TEST_TOOL_OF"
comment: "These are test dependencies which are not part of the binary distribution."
comment: "Scope with dependencies only used for testing. Not included in released artifacts in the context of this project."
resolutions:
errors:
- message: "ERROR: Timeout after 300 seconds while scanning file 'reporter-web-app/public/index.html'."
Expand Down

0 comments on commit 5e75e48

Please sign in to comment.