Skip to content

Commit

Permalink
ignore error message
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh committed Mar 29, 2024
1 parent 9d2758b commit aac2c1b
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 31 deletions.
25 changes: 15 additions & 10 deletions glide-core/.ort.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
excludes:
scopes:
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "build-dependencies"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for building the code only."
- pattern: "dev-dependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
scopes:
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "build-dependencies"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for building the code only."
- pattern: "dev-dependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
resolutions:
issues:
- message: ".*Collection contains no element matching the predicate.*"
reason: "BUILD_TOOL_ISSUE"
comment: "Error caused by a known problem in the build tool."
25 changes: 15 additions & 10 deletions node/rust-client/.ort.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
excludes:
scopes:
- pattern: 'devDependencies'
reason: 'DEV_DEPENDENCY_OF'
comment: 'Packages for development only.'
- pattern: 'build-dependencies'
reason: 'BUILD_DEPENDENCY_OF'
comment: 'Packages for building the code only.'
- pattern: 'dev-dependencies'
reason: 'DEV_DEPENDENCY_OF'
comment: 'Packages for development only.'
scopes:
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "build-dependencies"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for building the code only."
- pattern: "dev-dependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
resolutions:
issues:
- message: ".*Collection contains no element matching the predicate.*"
reason: "BUILD_TOOL_ISSUE"
comment: "Error caused by a known problem in the build tool."
27 changes: 16 additions & 11 deletions python/.ort.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
excludes:
scopes:
- pattern: "build-dependencies"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for building the code only."
- pattern: "dev-dependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
paths:
- pattern: ".*"
reason: "BUILD_TOOL_OF"
comment: "invisible"
scopes:
- pattern: "build-dependencies"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for building the code only."
- pattern: "dev-dependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
paths:
- pattern: ".*"
reason: "BUILD_TOOL_OF"
comment: "invisible"
resolutions:
issues:
- message: ".*Collection contains no element matching the predicate.*"
reason: "BUILD_TOOL_ISSUE"
comment: "Error caused by a known problem in the build tool."

0 comments on commit aac2c1b

Please sign in to comment.