-
Notifications
You must be signed in to change notification settings - Fork 471
Implement Clippy Aspect & Build Rule #339
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
Conversation
As a final validity test, I ran:
This uncovered a handful of issues -- which have since been fixed. Of note:
@damienmg I appreciate the help getting this patch reviewed, but I don't want to slide something in after the "+2" -- would you be willing to take another look? Also, I'm currently running clippy on the Any advice on this? How could I go about changing the buildkite script to run this as a check on future PRs? |
So for test, I think this is fine as it is. You could also modify the preubmit.yml file to add the test you want but I am fine with checking this PR in as-is. |
Oh rad, didn't see that file! I added |
Follow-up from #338
Working on issue: #304