Skip to content

CI: Deny rustc warnings with Clippy#39

Merged
lvkv merged 1 commit intomainfrom
lvkv/ci-clippy-warnings
Apr 7, 2026
Merged

CI: Deny rustc warnings with Clippy#39
lvkv merged 1 commit intomainfrom
lvkv/ci-clippy-warnings

Conversation

@lvkv
Copy link
Copy Markdown
Member

@lvkv lvkv commented Apr 7, 2026

CI in #36 passed despite the existence of a few rustc warnings. This adds --deny warnings to the Clippy invocation to fail CI in that scenario.

@lvkv lvkv requested a review from Copilot April 7, 2026 15:00
@lvkv lvkv self-assigned this Apr 7, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR tightens Rust CI linting by ensuring the Clippy job fails when any rustc warnings are present, preventing warning-only builds from passing CI.

Changes:

  • Add --deny warnings to the cargo clippy rustc-flag arguments so warnings become hard errors during the lint job.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lvkv lvkv merged commit f1258a2 into main Apr 7, 2026
9 checks passed
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