Fail CI on clippy warnings

This commit is contained in:
Greg Fitzgerald 2018-09-27 15:26:35 -06:00
parent 423e7ebc3f
commit 675ff64094
1 changed files with 1 additions and 4 deletions

View File

@ -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
(