Skip to content

ci: fix clippy gate and add rustfmt check#1521

Open
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:fix/1301-clippy-warning-gate
Open

ci: fix clippy gate and add rustfmt check#1521
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:fix/1301-clippy-warning-gate

Conversation

@SH20RAJ
Copy link
Copy Markdown

@SH20RAJ SH20RAJ commented Mar 28, 2026

Fixes lint gate correctness in CI by replacing invalid clippy flag -D errors with -D warnings, and adds an explicit cargo fmt --all -- --check step in the lint job to catch formatting drift.

This aligns with issue expectations for a reliable warning-deny clippy gate and formatting baseline enforcement.

Closes #1301

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.

Fix clippy warning gate and align workspace formatting baseline

1 participant