Skip to content

Commit

Permalink
Add mitigation for oss review (heremaps#1140)
Browse files Browse the repository at this point in the history
Add mitigation to oss review which relates to
errors in cmake/android/tester/build.gradle
which is used only in testing.

Resolves: OLPEDGE-2420

Signed-off-by: Serhii Lozynskyi <[email protected]>
  • Loading branch information
meravingen123 authored Jan 13, 2021
1 parent d5ad097 commit c472e30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ excludes:
- pattern: ".*build\\.gradle"
reason: "TEST_TOOL_OF"
comment: "This project contains tests which are not distributed"
- pattern: "cmake/android/tester/**"
reason: "TEST_TOOL_OF"
comment: "This project contains tests which are not distributed"
- pattern: "tests/utils/mock-server/**"
reason: "OPTIONAL_COMPONENT_OF"
comment: "The project is not distributed for Node.js."

0 comments on commit c472e30

Please sign in to comment.