Skip to content

Integrate rustfmt (cargo-format) into the CI/CD workflow to enforce consistent style #42

@acpiccolo

Description

@acpiccolo

rustfmt should be integrated into the project's continuous integration (CI) pipeline. The objective is to automatically check and enforce a consistent code style across the entire codebase.

A major hurdle for external developers who want to contribute is adhering to an unfamiliar project style guide. By integrating rustfmt, contributors can simply run cargo fmt locally, and CI ensures that their code automatically complies with project standards.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions