summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-22 10:14:21 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-22 10:14:21 +0300
commit8b4f0f401f9fd28618ad3e93eb8f7a01c1b2f513 (patch)
tree49d7d988ae43c3c8c624075ce25ae9ba26425e2f
parentde933ef68bebfc2e5eb80844701725693180a974 (diff)
downloadsummain-rs-8b4f0f401f9fd28618ad3e93eb8f7a01c1b2f513.tar.gz
chore: silence shellcheck checks
These need to not be quoted or they won't work. Sponsored-by: author
-rwxr-xr-xcheck3
1 files changed, 3 insertions, 0 deletions
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