Skip to content

Commit

Permalink
DONOTMERGE: allow clippy::items-after-test-module due to `test-case…
Browse files Browse the repository at this point in the history
…` crate false posititves

rust-lang/rust-clippy#11153
  • Loading branch information
t-nelson committed Aug 29, 2023
1 parent c6b3e2a commit 9bb423e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ _ scripts/cargo-for-all-lock-files.sh -- "+${rust_nightly}" clippy --workspace -
--deny=clippy::integer_arithmetic \
--deny=clippy::manual_let_else \
--deny=clippy::used_underscore_binding \
--allow=clippy::items-after-test-module \
"${nightly_clippy_allows[@]}"

# temporarily run stable clippy as well to scan the codebase for
Expand All @@ -89,6 +90,7 @@ _ scripts/cargo-for-all-lock-files.sh -- clippy --workspace --tests --bins --ex
--deny=clippy::default_trait_access \
--deny=clippy::integer_arithmetic \
--deny=clippy::manual_let_else \
--allow=clippy::items-after-test-module \
--deny=clippy::used_underscore_binding

if [[ -n $CI ]]; then
Expand Down

0 comments on commit 9bb423e

Please sign in to comment.