-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Option to print the status of all clippy lints #5385
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
Comments
As for the command, maybe |
Specifying The For a list of lints, there's the command |
Weird... I think that the code with extra warnings was always compiled. (in the lib, not a test)
|
Context: in |
There is no way to see the status of all lints right now. (allow, warn, deny, disabled?)
I was getting more warnings in the unix CI than in my unix VM.
Later I found the cause was not using
--all-features
in the VM command.I didn't expect it to change the lints, only my code, and debugging this was terrible because I can't see the status of the lints.
The output could be in
clippy.toml
format with everything explicit. (serialize to toml)This would facilitate the creation of that file since there would be a clear reference.
The text was updated successfully, but these errors were encountered: