aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/hooked/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to '.dev-suite/hooked/pre-commit')
-rwxr-xr-x.dev-suite/hooked/pre-commit7
1 files changed, 0 insertions, 7 deletions
diff --git a/.dev-suite/hooked/pre-commit b/.dev-suite/hooked/pre-commit
deleted file mode 100755
index 4229848..0000000
--- a/.dev-suite/hooked/pre-commit
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/bash
-set -eu -o pipefail
-
-cargo build --all
-cargo test --all
-rustup run nightly cargo fmt --all -- --check
-cargo clippy --all --all-targets -- -W clippy::pedantic