Skip to content

Commit

Permalink
meta: Disable clippy::pedantic checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
luleyleo committed Sep 6, 2024
1 parent 77d704c commit 42f7689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build *args: build-translations
cargo build --package {{frontend}} {{args}}

check *args:
cargo clippy --all-features {{args}} -- -W clippy::pedantic
cargo clippy --all-features {{args}}

run *args: build-translations
env RUST_BACKTRACE=full cargo run --package {{frontend}} {{args}}
Expand Down

0 comments on commit 42f7689

Please sign in to comment.