Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for cargo-cranky #22

Open
aldanor opened this issue Nov 25, 2022 · 2 comments
Open

Support for cargo-cranky #22

aldanor opened this issue Nov 25, 2022 · 2 comments

Comments

@aldanor
Copy link

aldanor commented Nov 25, 2022

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).

@giraffate
Copy link
Owner

Thanks for creating an issue!

I didn't know cargo-cranky, and I don't plan to support it. But it looks useful, I would like time to look into it.

@aldanor
Copy link
Author

aldanor commented Dec 3, 2022

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants