Skip to content

Commit

Permalink
chore: Setup repository configuration for OSS Review Toolkit (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau authored Jan 9, 2024
1 parent 998d1c7 commit 2e124ad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .ort.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
excludes:
scopes:
- pattern: "annotationProcessor"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages to process code annotations only."
- pattern: "checkstyle"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for static code analysis only."
- pattern: "lombok"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages from Project Lombok only."
- pattern: "test.*"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for testing only."

0 comments on commit 2e124ad

Please sign in to comment.