Chore: apply more clippy rules to prevent from code complexity (#3813)

This commit is contained in:
Lifei Zhou
2025-08-03 20:03:08 +10:00
committed by GitHub
parent 412ceb8128
commit 48a38dc034
8 changed files with 316 additions and 5 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ jobs:
run: |
source ./bin/activate-hermit
export CARGO_INCREMENTAL=0
cargo clippy --jobs 2 -- -D warnings
./scripts/clippy-lint.sh
- name: Install Node.js Dependencies for OpenAPI Check
run: source ../../bin/activate-hermit && npm ci