Skip to content

Commit

Permalink
ignore clippy or_fun_call lint (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored Oct 19, 2022
1 parent f924be9 commit 3779af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ clippy-nightly:
RUSTFLAGS: "-D warnings"
script:
# clippy currently is raising `derive-partial-eq-without-eq` warning even if `Eq` is actually derived
- SKIP_WASM_BUILD=1 cargo +nightly clippy --all-targets -- -A clippy::redundant_closure -A clippy::derive-partial-eq-without-eq
- SKIP_WASM_BUILD=1 cargo +nightly clippy --all-targets -- -A clippy::redundant_closure -A clippy::derive-partial-eq-without-eq -A clippy::or_fun_call

fmt:
stage: lint
Expand Down

0 comments on commit 3779af5

Please sign in to comment.