cargo-husky
cargo-husky copied to clipboard
Custom clippy params?
We're using this in a project, but we'd like to run the full clippy, IE cargo clippy --all-targets --all-features -- -D warnings
, not just that run-cargo-clippy
in the Cargo.toml
uses.
Is there any way to provide custom clippy params?
It would be very nice to be able to run the hook with the --all-targets
argument.