Skip to content

Commit

Permalink
TMP: disable clippy on CI
Browse files Browse the repository at this point in the history
clippy is temporarily disabled. It seems somehow that we're getting new
clippy errors for old code. Are we running wrong Rust toolchain version?
  • Loading branch information
findepi committed Oct 23, 2024
1 parent 802a25e commit 3d702e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ jobs:

clippy:
name: clippy
# TODO Temporarily disabled. It seems somehow that we're getting new clippy errors for old code. Are we running wrong Rust toolchain version?
if: false
needs: [ linux-build-lib ]
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 3d702e8

Please sign in to comment.