From 675ff64094d1d2cf2d827b36186cbc097ca4afe0 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 27 Sep 2018 15:26:35 -0600 Subject: [PATCH] Fail CI on clippy warnings --- ci/test-stable.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 8c9252c2eb..3185705b7e 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -14,10 +14,7 @@ _() { _ cargo fmt -- --check _ cargo build --verbose _ cargo test --verbose - -# TODO: Re-enable warnings-as-errors after clippy offers a way to not warn on unscoped lint names. -#_ cargo clippy -- --deny=warnings -_ cargo clippy +_ cargo clippy -- --deny=warnings echo --- ci/localnet-sanity.sh (