allow clippy to take arg
Some checks failed
lint / pre-commit (push) Has been cancelled
lint / rustfmt (push) Has been cancelled
lint / clippy (push) Has been cancelled
lint / cargo-check (push) Has been cancelled
release / test (push) Has been cancelled
release / build (push) Has been cancelled
test / generate-matrix (push) Has been cancelled
zizmor 🌈 / zizmor latest via PyPI (push) Has been cancelled
release / release (push) Has been cancelled
test / Python , Django () (push) Has been cancelled
test / tests (push) Has been cancelled

This commit is contained in:
Josh Thomas 2025-08-22 21:38:41 -05:00
parent 1dfcf1d957
commit 5749b7df98

View file

@ -26,8 +26,8 @@ check *ARGS:
clean:
cargo clean
clippy:
cargo clippy --all-targets --all-features --fix -- -D warnings
clippy *ARGS:
cargo clippy --all-targets --all-features --fix {{ ARGS }} -- -D warnings
fmt *ARGS:
cargo +nightly fmt {{ ARGS }}