Skip to content

Commit

Permalink
ci: Disable clippy
Browse files Browse the repository at this point in the history
Until this bug is fixed,

rust-lang/rust-clippy#14045
  • Loading branch information
srid committed Feb 10, 2025
1 parent 246ebe4 commit c92c816
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions om.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ ci:
systems:
- x86_64-linux
- aarch64-darwin
cargo-clippy:
type: devshell
command:
- just
- clippy
systems:
- x86_64-linux
- aarch64-darwin
# Disabled until upstream bug is fixed,
# https://github.com/rust-lang/rust-clippy/issues/14045
# cargo-clippy:
# type: devshell
# command:
# - just
# - clippy
# systems:
# - x86_64-linux
# - aarch64-darwin
cargo-doc:
type: devshell
command:
Expand Down

0 comments on commit c92c816

Please sign in to comment.