-
Notifications
You must be signed in to change notification settings - Fork 1
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
Non-clippy lints #4
Comments
I agree, this should be supported. I'm not sure why I didn't think of this use-case before; I guess I was just over-focused on clippy lints. I suppose the right thing is to require clippy lints to be specified with their full name, i.e. |
This should work as of cargo-clippy 0.3.0. Please let me know if it works for your use case! |
Works like a charm, thanks! ❤️ |
Thanks for
cargo cranky
!There are lints outside of
clippy
that I often enable, for instance:It would be wonderful if Cranky could handle these non-clippy lints as well, as then it would be a very good solution to rust-lang/cargo#5034
Currently I enable clippy and non-clippy lints in
.cargo/config.toml
(https://github.com/emilk/egui/blob/e76c919c7e70c208c9a6209b9fe3369e7b6db99d/.cargo/config.toml) but it is a bit of a hack and has some problems (emilk/egui#1439).The text was updated successfully, but these errors were encountered: