From e56367fcbb933850f82140962542fb3f31627517 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 3 Dec 2020 23:45:54 -0500 Subject: refactor: Clean up some parts of data harvesting (#336) --- .cargo-husky/hooks/pre-push | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cargo-husky') 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 -- cgit v1.2.3