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

refactor: Enforce stricter clippy rules #23

Merged
merged 5 commits into from
Feb 7, 2023

Conversation

ev3nvy
Copy link
Owner

@ev3nvy ev3nvy commented Feb 7, 2023

This PR enables clippy lints from the pedantic and nursery category.

A note should be added in the future CONTRIBUTING.md file, about how clippy errors originating from these categories may be false positives, and should be discussed if they should be ignored (just like module_name_repetitions and similar_names are globally disabled within the project).

Closes #8.

Doesn't make much difference, and it was even better before IMO. Still
better than specifically ignoring that specific clippy rule just for
this line.
@ev3nvy ev3nvy added status: completed Issue was resolved, or pull request was merged type: refactor Issue or pull request related to code refactoring labels Feb 7, 2023
@ev3nvy ev3nvy added this to the v0.1.0 milestone Feb 7, 2023
@ev3nvy ev3nvy linked an issue Feb 7, 2023 that may be closed by this pull request
@ev3nvy ev3nvy merged commit c5a74e4 into develop Feb 7, 2023
@ev3nvy ev3nvy deleted the enforce-stricter-clippy-rules branch February 7, 2023 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: completed Issue was resolved, or pull request was merged type: refactor Issue or pull request related to code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enforce stricter clippy rules
1 participant