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

DRAFT: Enabled clippy in CI to check for undocumented unsafety #3247

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 13, 2023

  1. Enabled clippy in CI.

    Currently only to identify undocumented unsafety. Even the default clippy deny's produce many warnings/errors.
    Ran `clippy --fix` on the codebase to remove some of the obvious things.
    
    Signed-off-by: Michael Rodler <mrodler@amazon.de>
    Co-authored-by: f0rki <m@mrodler.eu>
    Michael Rodler and f0rki committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9120d41 View commit details
    Browse the repository at this point in the history