CI: Globally deny clippy::integer_arithmetic lint

This commit is contained in:
Trent Nelson 2021-02-16 13:49:44 -07:00 committed by Trent Nelson
parent 9ba69a7381
commit 7035e8485c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ _ "$cargo" stable fmt --all -- --check
# -Z... is needed because of clippy bug: https://github.com/rust-lang/rust-clippy/issues/4612
# run nightly clippy for `sdk/` as there's a moderate amount of nightly-only code there
_ "$cargo" nightly clippy -Zunstable-options --workspace --all-targets -- --deny=warnings
_ "$cargo" nightly clippy -Zunstable-options --workspace --all-targets -- --deny=warnings --deny=clippy::integer_arithmetic
cargo_audit_ignores=(
# failure is officially deprecated/unmaintained