cargo-husky icon indicating copy to clipboard operation
cargo-husky copied to clipboard

Custom clippy params?

Open dessalines opened this issue 4 years ago • 1 comments

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?

dessalines avatar Nov 10 '20 15:11 dessalines

It would be very nice to be able to run the hook with the --all-targets argument.

Sword-Smith avatar Feb 24 '23 21:02 Sword-Smith