Skip to content

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

Open
rockstar wants to merge 5 commits into
njsmith:mainfrom
rockstar:chore/even-more-clippy-lints
Open

chore: enable clippy::wrong_self_convention and clippy::upper_case_acronyms#29
rockstar wants to merge 5 commits into
njsmith:mainfrom
rockstar:chore/even-more-clippy-lints

Conversation

@rockstar

@rockstar rockstar commented Mar 1, 2024

Copy link
Copy Markdown
Contributor

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