summaryrefslogtreecommitdiffstats
path: root/.cargo-husky
diff options
context:
space:
mode:
Diffstat (limited to '.cargo-husky')
-rwxr-xr-x.cargo-husky/hooks/pre-push2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo-husky/hooks/pre-push b/.cargo-husky/hooks/pre-push
new file mode 100755
index 00000000..46fb32d2
--- /dev/null
+++ b/.cargo-husky/hooks/pre-push
@@ -0,0 +1,2 @@
+echo "Running pre-push hook: cargo +nightly clippy -- -D clippy::all"
+cargo +nightly clippy -- -D clippy::all \ No newline at end of file