Skip to content

Fix trailing whitespace in CONTRIBUTING.md#103

Merged
Bill Traynor (wmat) merged 1 commit into
mainfrom
fix/contributing-trailing-whitespace
Jun 20, 2026
Merged

Fix trailing whitespace in CONTRIBUTING.md#103
Bill Traynor (wmat) merged 1 commit into
mainfrom
fix/contributing-trailing-whitespace

Conversation

@rpsene

Copy link
Copy Markdown
Contributor

The trim trailing whitespace pre-commit hook fails on a clean checkout of this template, and therefore on every repository generated from it (the hook modifies CONTRIBUTING.md and pre-commit exits non-zero).

This strips the two offending trailing-whitespace occurrences in CONTRIBUTING.md so pre-commit run --all-files passes out of the box and newly generated spec repos start with a green CI.

Whitespace-only change; verified pre-commit run --all-files passes afterward.

The trailing-whitespace pre-commit hook fails on a fresh checkout (and on
every repo generated from this template) because CONTRIBUTING.md carries
trailing whitespace. Strip it so the pre-commit job is green out of the box.

Signed-off-by: Rafael Sene <rafael@riscv.org>
@rpsene Rafael Sene (rpsene) force-pushed the fix/contributing-trailing-whitespace branch from fc0f88e to 689963a Compare June 20, 2026 14:01

@wmat Bill Traynor (wmat) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks Rafael.

@wmat Bill Traynor (wmat) merged commit 66791ca into main Jun 20, 2026
5 checks passed
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.

2 participants