We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818d6d3 commit 862abdbCopy full SHA for 862abdb
1 file changed
justfile
@@ -7,8 +7,8 @@ format *EXTRA_FLAGS:
7
cargo fmt --all {{EXTRA_FLAGS}}
8
9
# Run Clippy linting (cargo clippy)
10
-lint:
11
- cargo clippy --no-deps -- --allow warnings
+lint *EXTRA_FLAGS:
+ cargo clippy {{EXTRA_FLAGS}}
12
13
# Check Rust code (cargo check)
14
check *EXTRA_FLAGS:
0 commit comments