Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
chore: disable clippy (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
yair-starkware authored Feb 8, 2024
1 parent 6457bee commit e0539e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ jobs:
with:
version: ${{env.PROTOC_VERSION}}

- run: >
cargo clippy --all-targets --all-features -- -D warnings -D future-incompatible
-D nonstandard-style -D rust-2018-idioms -D unused -D clippy::unwrap_used
- run: echo "Skipping clippy for now"
# - run: >
# cargo clippy --all-targets --all-features -- -D warnings -D future-incompatible
# -D nonstandard-style -D rust-2018-idioms -D unused -D clippy::unwrap_used

doc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e0539e6

Please sign in to comment.