Skip to content

Commit

Permalink
scope exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 20, 2025
1 parent 660666f commit 0d798eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ license_choices:
license_choices:
- given: CDDL-1.1 OR GPL-2.0-only
choice: CDDL-1.1
excludes:
scopes:
- pattern: "provided.*"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages provided"
- pattern: "test.*"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for testing only"

0 comments on commit 0d798eb

Please sign in to comment.