Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
BoazBD committed Jan 21, 2025
1 parent 6d96bdf commit 93284d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions node/.ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ excludes:
- pattern: "npm/glide/**"
reason: "BUILD_TOOL_OF"
comment: "Template file for CD"

resolutions:
issues:
- message: "NPM failed to resolve dependencies for path 'hybrid-node-tests/commonjs-test/package.json': FileNotFoundException: .*valkey-glide/package.json.*"
reason: "BUILD_TOOL_ISSUE"
comment: "The error occurs due to a missing dependency in the test setup that does not affect the production build. It can be ignored for now."
- message: "NPM failed to resolve dependencies for path 'hybrid-node-tests/ecmascript-test/package.json': FileNotFoundException: .*valkey-glide/package.json.*"
reason: "BUILD_TOOL_ISSUE"
comment: "The error is due to missing test dependencies and does not block the main application functionality."
issues:
- message: "NPM failed to resolve dependencies for path 'hybrid-node-tests/commonjs-test/package.json': FileNotFoundException: .*valkey-glide/package.json.*"
reason: "BUILD_TOOL_ISSUE"
comment: "The error occurs due to a missing dependency in the test setup that does not affect the production build. It can be ignored for now."
- message: "NPM failed to resolve dependencies for path 'hybrid-node-tests/ecmascript-test/package.json': FileNotFoundException: .*valkey-glide/package.json.*"
reason: "BUILD_TOOL_ISSUE"
comment: "The error is due to missing test dependencies and does not block the main application functionality."

0 comments on commit 93284d0

Please sign in to comment.