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

.github: cargo clippy with --deny warnings option #52

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

dongsupark
Copy link
Member

To make the CI correctly work when running cargo clippy, an additional option -- --deny warnings is needed.
Without that, cargo clippy would always succeed, so CI is not able to check its result.

To make the CI correctly work when running cargo clippy, an additional
option `-- --deny warnings` is needed. Without that, cargo clippy would
always succeed, so CI is not able to check its result.
@dongsupark dongsupark merged commit e7f41dc into trunk Feb 7, 2024
1 check passed
@dongsupark dongsupark deleted the dongsu/ci-fix-clippy branch February 7, 2024 15:29
dongsupark added a commit to flatcar/scripts that referenced this pull request Apr 12, 2024
Update to 9b6ddb0226208450bcef9da4ac5ba8bc2a47a87c (2024-04-05), mainly
to address security issues in Rust crates.

Pulls in:
flatcar/ue-rs#51
flatcar/ue-rs#52
flatcar/ue-rs#53
flatcar/ue-rs#54
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