check for debugging lint in CI (#2578)

* check for debugging lint in CI
* nit
* add TODO
This commit is contained in:
Rob Walker
2019-01-28 18:32:30 -08:00
committed by GitHub
parent 77e8cb2718
commit 145fb3675d
2 changed files with 22 additions and 0 deletions

View File

@ -13,6 +13,7 @@ _ cargo fmt --all -- --check
_ cargo clippy --all -- --version
_ cargo clippy --all -- --deny=warnings
_ ci/audit.sh
_ ci/nits.sh || true # TODO: remove || true once all println!s are expunged
_ book/build.sh
echo --- ok