-
Notifications
You must be signed in to change notification settings - Fork 0
Add Rust formatting, Clippy, and ShellCheck gates to CI #142
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codepriority: mediumImportant hardening or maintainability workImportant hardening or maintainability workrustPull requests that update rust codePull requests that update rust code
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codepriority: mediumImportant hardening or maintainability workImportant hardening or maintainability workrustPull requests that update rust codePull requests that update rust code
Problem
CI runs Rust tests but does not enforce formatting or lint cleanliness. On the audited snapshot,
cargo fmt --checkreports widespread drift and strict Clippy reports five diagnostics; ShellCheck also reports a warning incheck-copy-claims.sh.Evidence: https://github.com/richardcase/clowder/blob/b5492d5/.github/workflows/ci.yml#L215-L220
Acceptance criteria
cargo fmt --checkjob.