Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: ignore V8 tests in CodeQL scans
CodeQL reports hundreds of errors in V8 tests indicating 'A parse error
occurred'. Code quality issues in V8 tests are not a concern for
Node.js. Exclude the tests from CodeQL scans.
  • Loading branch information
Trott committed Apr 30, 2025
commit 7f6d25dcea44bc72842ce8a8fb548dbd7b04ec05
1 change: 1 addition & 0 deletions .github/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ name: CodeQL config

paths-ignore:
- test
- deps/v8/test