chore: turn clippy on for test code (#4817)

This commit is contained in:
Jack Amadeo
2025-09-26 00:06:07 -04:00
committed by GitHub
parent f5877a9996
commit 757ceb6109
38 changed files with 660 additions and 849 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ echo "🔍 Running all clippy checks..."
# Run standard clippy with strict warnings
echo " → Standard clippy rules (strict)"
cargo clippy --jobs 2 -- -D warnings
cargo clippy --all-targets --jobs 2 -- -D warnings
# Run baseline rules check
echo ""
check_all_baseline_rules
echo ""
echo "✅ All lint checks passed!"
echo "✅ All lint checks passed!"