Skip to content

Commit

Permalink
chore: Setup excludes for OSS Review Toolkit (#50)
Browse files Browse the repository at this point in the history
See also [1].

[1] https://github.com/oss-review-toolkit/ort/blob/f9f938b263bfe4ae3c8e8c45272bfdc65259035b/website/docs/configuration/ort-yml.md

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
Co-authored-by: Anton Dubovik <anton_dubovik@epam.com>
  • Loading branch information
fviernau and adubovik authored Jan 8, 2024
1 parent 4f2cc55 commit fc4899e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .ort.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
excludes:
scopes:
- pattern: "dev"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "lint"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for static code analysis only."
- pattern: "test"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for testing only."

0 comments on commit fc4899e

Please sign in to comment.