Skip to content

Conversation

@SupernaviX
Copy link
Collaborator

Partially addresses #260

Begin a gradual adoption of clippy throughout the codebase. I'm planning to do this one package at a time, to avoid gigantic PRs and neverending merge conflicts. I'm also starting from the shared libraries, because clippy would report errors from them when linting any package which depended on them.

@sandtreader
Copy link
Collaborator

Wow, good stuff! Is clippy doing any of this automatically or have you just been climbing a wall of errors?

@SupernaviX
Copy link
Collaborator Author

@sandtreader clippy --fix gets 90% of it, I just had to manually fix things like complex types or ignore things like large enum variants.

@SupernaviX SupernaviX merged commit c9dc38f into main Oct 23, 2025
2 checks passed
@SupernaviX SupernaviX deleted the sg/clippy-common branch October 23, 2025 16:45
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.

3 participants