Skip to content

Commit 2d9abd8

Browse files
Disable Rust scanning in CodeQL workflow (#33) (#34)
The experimental Rust code in ARCHIVE/license-parser-experiments/ has no Cargo.toml, causing CodeQL to report 0% call target and macro resolution rates. Since this is archived experimental code without a proper Cargo project, disable Rust scanning until a buildable Rust project is added to the repository. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6bfb215 commit 2d9abd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
build-mode: none
5252
- language: ruby
5353
build-mode: none
54-
- language: rust
55-
build-mode: none
54+
# Rust scanning disabled - experimental code in ARCHIVE/ has no Cargo.toml
55+
# Re-enable when a proper Rust project is added to the repository
5656
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
5757
# Use `c-cpp` to analyze code written in C, C++ or both
5858
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)