8000 Split out (almost) all remaining clippy lints by bradjc · Pull Request #3632 · tock/tock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Split out (almost) all remaining clippy lints #3632

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

Merged
merged 2 commits into from
Aug 23, 2023
Merged

Conversation

bradjc
Copy link
Contributor
@bradjc bradjc commented Aug 21, 2023

Pull Request Overview

This pull request removes -A clippy::group and instead allows individual clippy lints (that we don't meet) so we know which ones we must ignore to have clippy pass.

Note, I skipped -A clippy::restriction. I tried that one, but the lints in that group seem esoteric and not something we will ever try to meet.

Testing Strategy

make clippy

TODO or Help Wanted

n/a

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make prepush.

Copy link
Member
@ppannuto ppannuto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once all the clippy dust settles, we should update the comment at the top of this file to reflect the new state of the world.

This one is basically a functional no-op. For the subsequent clippy PRs, is there any order those should try to go in with so they don't conflict with each other?

@bradjc
Copy link
Contributor Author
bradjc commented Aug 22, 2023

This one is basically a functional no-op. For the subsequent clippy PRs, is there any order those should try to go in with so they don't conflict with each other?

I haven't done anything to be strategic, just a hope that they aren't touching the same lines of code.

@ppannuto ppannuto added this pull request to the merge queue Aug 23, 2023
Merged via the queue into master with commit a81a44a Aug 23, 2023
@ppannuto ppannuto deleted the clippy-D-allows branch August 23, 2023 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0