Skip to content

Commit

Permalink
tools: Use default clippy options
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Mar 1, 2024
1 parent a7921ab commit 8965e31
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tools/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@

set -xe

cargo clippy --all-targets --all-features --fix --allow-dirty --allow-staged -- \
--deny warnings \
--deny clippy::all \
--deny clippy::cargo \
--deny clippy::nursery \
--deny clippy::pedantic
cargo clippy --all-targets --all-features --fix --allow-dirty --allow-staged

cargo fmt --all

0 comments on commit 8965e31

Please sign in to comment.