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

Issue 27/configuring lint levels #53

Merged
merged 9 commits into from
Jun 1, 2021

Conversation

diseraluca
Copy link
Owner

Resolves #27.

Resolves #32, Resolves #33, Resolves #35, Resolves #36, Resolves #37, Resolves #38, Resolves #42, Resolves #43.

  • Moves noop_method_call from allow to deny.

  • Moves single_use_lifetimes from allow to deny.

  • Moves unreachable_pub from allow to deny.

  • Moves unsafe_code from allow to deny.

  • Moves unsafe-op-in-unsafe-code from allow to deny.

  • Moves unused_import_braces from allow to deny.

  • Moves unused_lifetimes from allow to deny.

  • Moves incomplete_features from warn to allow.

  • Denies all warnings in the crate.

  • All code that was invalidated by the changes was corrected to be aligned to the new guidelines.

#30 remains to be completed. As it depends on #31, which might require a lot of time, it will be completed on its own and not as part of this merge request and #27.

@diseraluca diseraluca self-assigned this Jun 1, 2021
@diseraluca diseraluca merged commit 867ff6b into main Jun 1, 2021
@diseraluca diseraluca deleted the issue_27/configuring_lint_levels branch June 29, 2021 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment