mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
chore: turn clippy on for test code (#4817)
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user