From 645392adb2c12649fc72164422fecb15993046e8 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Tue, 20 Apr 2021 19:21:22 +0300 Subject: fix(check): don't hide Clippy output if -v is specified --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check') diff --git a/check b/check index 3156058..bcb04e0 100755 --- a/check +++ b/check @@ -20,7 +20,7 @@ got_cargo_cmd() cargo "$1" --help > /dev/null } -got_cargo_cmd clippy && cargo clippy -q --all-targets +got_cargo_cmd clippy && $hideok cargo clippy --all-targets $hideok cargo build --all-targets got_cargo_cmd fmt && $hideok cargo fmt -- --check $hideok cargo test -- cgit v1.2.1