Skip to content

Remove the Vale prose-linting check - #1890

Merged
pmckinney-codat merged 1 commit into
mainfrom
chore/remove-vale-check
Sep 16, 2026
Merged

pmckinney-codat merged 1 commit into
mainfrom
chore/remove-vale-check

Conversation

@pmckinney-codat

Copy link
Copy Markdown
Collaborator

What

Removes the Vale prose-linting check: the workflow (check-vale.yml), the .vale.ini config and .vale/ styles, and the three vale* scripts in package.json.

Why

Vale runs the Google style guide against every docs PR and comments on nearly every changed line — passive voice, contractions, parentheses — to the point that the action rate-limits itself posting them (see the ~40 bot threads it left on #1889). It's configured with fail_on_error: false, so it never actually blocks a PR; it just buries real review comments in noise. Overkill for the value it adds.

Still in place: spell check (cspell), formatting (prettier), markdown lint, and the link checker.

Note for reviewer

"Vale linting" shows as a passing check on PRs today — worth confirming it isn't in the branch-protection required checks list before merging, so docs PRs don't wait on a check that never reports.

🤖 Generated with Claude Code

Vale (Google style guide rules) comments on nearly every docs PR --
dozens of passive-voice and contraction nits per PR, enough that the
action rate-limits itself posting them. It is fail_on_error: false, so
it never blocks anything; it just buries real review comments in noise.
Spelling (cspell), formatting (prettier), markdown lint, and the link
checker all stay.

Removes the workflow, the .vale config and styles, and the package.json
scripts.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Link check results:

[]

@github-actions

github-actions Bot commented Sep 16, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-09-16 16:34 UTC

@pmckinney-codat
pmckinney-codat merged commit d4ed94d into main Sep 16, 2026
5 checks passed
@pmckinney-codat
pmckinney-codat deleted the chore/remove-vale-check branch September 16, 2026 16:34
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