diff --git a/.husky/pre-commit b/.husky/pre-commit index 4e2adc27..13cea09b 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -15,7 +15,7 @@ if [ -n "$RUST_FILES" ]; then cargo fmt # Lint with clippy, print warnings but don't fail commit - cargo clippy || echo "⚠️ clippy found issues, but commit will continue." + cargo clippy-all || echo "⚠️ clippy found issues, but commit will continue." cd .. fi