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

Remove clippy lint exceptions from CI workflow #1167

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

jessebraham
Copy link
Member

For the most part I've just allowed these lints on a per-instance basis via #[allow()] attributes, however I have created #1166 to address these in the future. The primary intent here is to ensure that we're not introducing more code which violates these rules.

There are still some improvements to be made, but this is a good step forward.

Closes #1161

@jessebraham jessebraham added the skip-changelog No changelog modification needed label Feb 13, 2024
@jessebraham jessebraham merged commit 044b38e into esp-rs:main Feb 13, 2024
17 of 18 checks passed
@jessebraham jessebraham deleted the fixes/clippy branch February 13, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No changelog modification needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove allowed clippy lints from CI checks and resolve resulting errors
1 participant