From 3dc336e1f16832a59b1496c0fda0da2b7453f946 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 19:38:37 -0700 Subject: [PATCH] Remove unecessary exception and add a new one (#9200) (#9206) (cherry picked from commit 62e12e3af5a50f1eb6ead3f4052fc81f824582fe) Co-authored-by: sakridge --- ci/test-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 1eaee391bb..5b5890985f 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -22,7 +22,7 @@ _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings _ cargo +"$rust_stable" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings _ cargo +"$rust_stable" audit --version -_ cargo +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0006 +_ cargo +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008 _ ci/nits.sh _ ci/order-crates-for-publishing.py _ docs/build.sh