From 8b4f0f401f9fd28618ad3e93eb8f7a01c1b2f513 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 Jul 2021 10:14:21 +0300 Subject: chore: silence shellcheck checks These need to not be quoted or they won't work. Sponsored-by: author --- check | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check b/check index 70e8b0a..da9330e 100755 --- a/check +++ b/check @@ -26,7 +26,10 @@ got_cargo_cmd() cargo --list | grep " $1 " > /dev/null } +# shellcheck disable=2086 cargo build --all-targets $quiet + +# shellcheck disable=2086 got_cargo_cmd clippy && cargo clippy $quiet got_cargo_cmd fmt && cargo fmt -- --check -- cgit v1.2.1