-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
consider passing --cfg test
by default
#1436
Comments
I think test code needs not by necessity follow the same strict guidelines that clippy requires of other code. On the other hand there is certainly value in having clippy check tests, too, so I wouldn't rule it out. The best way would be to somehow run both with and without |
Note that |
It seems there is no good way to run clippy on tests anymore? Compiler plugin is deprecated and |
Are there any news about this? |
Try invoking clippy as |
@oli-obk This can be closed now I think. |
Posted by @durka in arcnmx/cargo-clippy#12
The text was updated successfully, but these errors were encountered: