summaryrefslogtreecommitdiffstats
path: root/.cargo-husky
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-12-03 23:45:54 -0500
committerGitHub <noreply@github.com>2020-12-03 23:45:54 -0500
commite56367fcbb933850f82140962542fb3f31627517 (patch)
tree72a6be765b490107fbfd9a4aa876e8bbcd77134f /.cargo-husky
parent86169871cb51f0524300878b8c9195eff33a91fb (diff)
refactor: Clean up some parts of data harvesting (#336)
Diffstat (limited to '.cargo-husky')
-rwxr-xr-x.cargo-husky/hooks/pre-push4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cargo-husky/hooks/pre-push b/.cargo-husky/hooks/pre-push
index 28871639..183d3365 100755
--- a/.cargo-husky/hooks/pre-push
+++ b/.cargo-husky/hooks/pre-push
@@ -4,8 +4,8 @@ set -e
echo "Running pre-push hook:"
-echo "Executing: cargo clippy -- -D clippy::all"
-cargo clippy -- -D clippy::all
+echo "Executing: cargo clippy --all-targets --workspace -- -D warnings"
+cargo clippy --all-targets --workspace -- -D warnings
# echo "Executing: cargo test"
# cargo test