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

ci: Run Clippy with default features #1993

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

szokeasaurusrex
Copy link
Member

@szokeasaurusrex szokeasaurusrex commented Mar 25, 2024

We should run Clippy only with the default features. Our features either do nothing (with_crash_reporting) or disable compilation of code (managed). Therefore, somewhat unintuitively, enabling all features leads to the update and uninstall command code to not be linted, since these modules are excluded with the managed feature. Linting with the default feature set ensures all code is linted.

Partially unblocks #1992

@szokeasaurusrex szokeasaurusrex merged commit 63a515d into master Mar 26, 2024
12 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/default-features-clippy branch March 26, 2024 09:09
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.

2 participants