Skip to content
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

chore: enable clippy::wrong_self_convention and clippy::upper_case_acronyms #29

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

rockstar
Copy link
Contributor

@rockstar rockstar commented Mar 1, 2024

This patch re-enables two clippy lints that were disabled when clippy was added, and addresses the issues connected with it.

This patch enables `clippy::wrong_self_convention` and fixes the
one related issue.
This patch enables `clippy::upper_case_acronyms` and addresses
related issues.
This patch re-enables `clippy::declare_interior_mutable_const` and
addresses the issues related to the lint.
This patch re-enables `clippy::borrow_interior_mutable_const`.
The issues connected with it seem to no longer be an issue.
This patch re-enables `clippy::module_inception`, and addresses
the related issues. This required renaming two modules to use
an underscore, which is probably not the best solution, but makes
minimal changes.
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.

1 participant