Skip to content

Commit

Permalink
Merge pull request #159 from nordic-institute/20250122-update-ort-config
Browse files Browse the repository at this point in the history
chore: Update ORT config
  • Loading branch information
petkivim authored Jan 23, 2025
2 parents ace32ea + ff3747e commit f95e92e
Showing 1 changed file with 6 additions and 33 deletions.
39 changes: 6 additions & 33 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,12 @@ excludes:
- pattern: "3RD-PARTY-NOTICES.txt"
reason: "DOCUMENTATION_OF"
comment: "3rd party notices."

scopes:
- pattern: "checkstyle"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for code styling checks (testing) only."

- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."

- pattern: "jacocoAgent"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for code coverage (testing) only."

- pattern: "jacocoAnt"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for code coverage (testing) only."

- pattern: "test.*"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for testing only."

- pattern: "annotationProcessor"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."

- pattern: "compileClasspath"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."

- pattern: "compileOnly"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "**/tests/**"
reason: "TEST_OF"
comment: "This directory contains tests."
- pattern: "**/test_results.html"
reason: "TEST_OF"
comment: "This file contains contains test results."

resolutions:
rule_violations:
Expand Down

0 comments on commit f95e92e

Please sign in to comment.