You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a tool called cargo-cranky that allows actually configuring clippy lints project-wise (which, by the looks of it, won't land in clippy for another few years...).
Would it be possible to support it? (requires two things - cargo install cargo-cranky and change clippy->cranky when invoking cranky, as command line arguments should be the same).
The text was updated successfully, but these errors were encountered:
@giraffate It's basically a wrapper around clippy that passes a bunch of arguments to it. The output is exactly the same, everything is exactly the same. The question is just, really, would it be possible to allow for a different executable name, or a different shell executed line.
(you could imagine someone might also have myclippy.sh with all the configs)
There's a tool called
cargo-cranky
that allows actually configuring clippy lints project-wise (which, by the looks of it, won't land in clippy for another few years...).Would it be possible to support it? (requires two things - cargo install cargo-cranky and change clippy->cranky when invoking cranky, as command line arguments should be the same).
The text was updated successfully, but these errors were encountered: