Skip to content

Commit

Permalink
chore: just list recipes with 'just', add clippy cognitive_complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervantrijffel committed Oct 22, 2024
1 parent 6480376 commit 71696c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
default:
@just --list

build-release:
cargo build --release --verbose

clippy-release:
cargo clippy --release -- -W warnings -W clippy::pedantic -W clippy::nursery -W clippy::all -W clippy::cargo -A clippy::cargo_common_metadata
cargo clippy --release -- -W warnings -W clippy::pedantic -W clippy::nursery -W clippy::all -W clippy::cargo -W clippy::cognitive_complexity -A clippy::cargo_common_metadata

test-all *ARGS:
#!/bin/sh
Expand Down

0 comments on commit 71696c8

Please sign in to comment.