Skip to content

style: apply rustfmt formatting to fix CI#28

Closed
quinnjr wants to merge 1 commit intomainfrom
fix/rustfmt
Closed

style: apply rustfmt formatting to fix CI#28
quinnjr wants to merge 1 commit intomainfrom
fix/rustfmt

Conversation

@quinnjr
Copy link
Copy Markdown
Contributor

@quinnjr quinnjr commented Feb 17, 2026

Summary

  • Run cargo fmt on all source files to fix formatting check failures
  • Affects: commit.rs, config.rs, hook.rs, main.rs, validator.rs

Test plan

  • CI Lint job passes (cargo fmt --check)
  • Test jobs pass (formatting-only change, no logic changes)

CI fails because `cargo fmt --check` detects formatting differences
in commit.rs, config.rs, hook.rs, main.rs, and validator.rs. The
code was written without running the formatter, so method chains,
multi-line conditions, and import grouping do not match rustfmt
defaults.

Run `cargo fmt` to bring all files into compliance.
@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity.
It will be closed if no further activity occurs within 7 days. Thank you for your contributions.

@github-actions github-actions bot added the stale label Mar 20, 2026
@github-actions
Copy link
Copy Markdown

This pull request was automatically closed due to inactivity. If you believe this was closed in error,
please reopen the PR or create a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant