Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Deny cargo clippy warnings in pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
0rzech committed Mar 17, 2024
1 parent 60304ad commit 49d30f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/git-hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -euxo pipefail

cargo sqlx prepare --workspace --check
cargo clippy
cargo clippy -- --deny warnings
cargo test
cargo fmt

0 comments on commit 49d30f1

Please sign in to comment.