From 4b82fb16112871ceac26ee177f19f8cccdafa857 Mon Sep 17 00:00:00 2001 From: Danilo Guanabara Date: Sun, 1 Sep 2024 16:25:53 -0300 Subject: [PATCH] Adding tools/check.sh --- tools/check.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/check.sh diff --git a/tools/check.sh b/tools/check.sh new file mode 100644 index 00000000..50088925 --- /dev/null +++ b/tools/check.sh @@ -0,0 +1,2 @@ +cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::all +cargo check --workspace --all-targets