-
Notifications
You must be signed in to change notification settings - Fork 60
Run clippy in CI #1395
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
Run clippy in CI #1395
Conversation
Yes, we should. I need to figure out the soundness issues with #1327 and |
It's not that obvious to me how/why |
That's more right than I thought. Feel free to add temporary |
ca57d17
to
c7332b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might be able to trim some of these CI jobs (I think there's some overlap), but it seems good for now.
809365b
to
e62aa5a
Compare
Dropped running clippy in the Android workflow, which seems to fail. It looks like there's not a lot of Android-specific code anyway, so I think it should be fine to land this -- can always expand with more coverage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropped running clippy in the Android workflow, which seems to fail. It looks like there's not a lot of Android-specific code anyway, so I think it should be fine to land this -- can always expand with more coverage.
Oh, it might be that the android target doesn't have clippy, since it's a tier 2 target without host tools.
I tried running clippy and got this:
clippy is configured like this:
It would be nice if these explicitly enabled clippy lints at least blocked PR CI.
clippy
in CI #1343