Skip to content

fix(CONTRIBUTING): correct just check comment to reflect fmt + lint behavior#73

Merged
ooloth merged 1 commit into
mainfrom
claude/issue-63
May 18, 2026
Merged

fix(CONTRIBUTING): correct just check comment to reflect fmt + lint behavior#73
ooloth merged 1 commit into
mainfrom
claude/issue-63

Conversation

@ooloth
Copy link
Copy Markdown
Owner

@ooloth ooloth commented May 18, 2026

Summary

  • The inline comment next to just check in CONTRIBUTING.md said "verify workspace compiles" but the recipe actually runs taplo fmt, taplo check, cargo fmt, and cargo clippy --fix — formatting and linting with autofixes, not a compile check.
  • Updated the comment to "fmt + lint (autofixes where possible)" to match the actual recipe behavior and align with how CLAUDE.md already describes it.

Test plan

  • Read CONTRIBUTING.md lines 51–57 — the comment next to just check should describe formatting and linting, not compiling.
  • Run just check in a clean working tree — confirm it runs taplo fmt, cargo fmt, and cargo clippy --fix as described.

Closes #63

Related Links

…ehavior

The inline comment described `just check` as "verify workspace compiles"
but the recipe actually runs taplo fmt, taplo check, cargo fmt, and
cargo clippy --fix — formatting and linting with autofixes, not a compile
check.

Closes #63

https://claude.ai/code/session_01JXbwWw7vxy9GW3wSh9Swi3
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CONTRIBUTING.md “Running” snippet so the inline comment for just check accurately reflects what the justfile check recipe actually does (formatting + linting with autofixes), aligning contributor expectations with real side effects.

Changes:

  • Replace the misleading “verify workspace compiles” comment with “fmt + lint (autofixes where possible)” next to just check.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ooloth ooloth merged commit 293d791 into main May 18, 2026
5 checks passed
@ooloth ooloth deleted the claude/issue-63 branch May 18, 2026 18:14
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.

CONTRIBUTING.md: just check described as "verify workspace compiles" but it formats and lints

2 participants