Skip to content

Enforce formatting and linting in CI #207

@Nanle-code

Description

@Nanle-code

Summary:
The repository should consistently enforce Rust formatting and lint quality rules through automated checks.

Why this matters:
Consistent formatting and linting reduce review noise, improve maintainability, and make the codebase easier for contributors to navigate.

Proposed work:

  • Add cargo fmt --check to CI
  • Add cargo clippy -- -D warnings (or equivalent policy)
  • Document the expected development workflow

Acceptance criteria:

  • CI fails clearly on formatting or lint regressions
  • Contributors have a documented standard to follow
  • The codebase remains consistent as it grows

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions