-
Notifications
You must be signed in to change notification settings - Fork 23
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
Lint warning cleanup #342
Lint warning cleanup #342
Conversation
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.
Thanks for cleaning up those warnings. That is super helpful! Does it make sense to add the Link workflow to either build or test existing workflow.
It might make sense to have a PR on the lint workflow and one on the cleanup as I think the cleanup can just get merged immediately.
The thing that I like about having lint as a separate workflow is that it just executes really fast, since it doesn't have to build the entire app. We could add it to the beginning of the test workflow, but it still probably adds 5m to the time until you see a ✅ |
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.
Thanks for cleaning this up!
Summary
cargo clippy --fix