Remove Vale errors and use more flexible rules#1092
Open
tr0njavolta wants to merge 8 commits intoupbound:mainfrom
Open
Remove Vale errors and use more flexible rules#1092tr0njavolta wants to merge 8 commits intoupbound:mainfrom
tr0njavolta wants to merge 8 commits intoupbound:mainfrom
Conversation
Signed-off-by: Rae Sharp <resharp20@gmail.com>
- Fixed uppercase acronyms: add backticks to BCDR, SLSA, OTLP, DST, CUE, CEL - Replaced passive voice constructions with active voice throughout - Removed weasel words: easily, safely, quickly, roughly, completely, etc. - Changed future tense (will) to present tense (e.g., 'will always' -> 'always') - Removed first-person plural pronouns: our/we/us replaced with specific language - Fixed WordList issues: admin -> administrator, in order to -> to - Shortened long sentences (>25 words) by breaking them into shorter units - Fixed wor dy phrases: In the case of -> For, a number of -> multiple, etc. - Wrapped technical/reference content in Vale exceptions where appropriate - Updated 30+ documentation files across CLI, Platform, Spaces, UXP, and Reference sections Remaining warnings (206): Mostly in api-connector.md, authentication.md, and other technical reference files where passive voice and complex sentences are necessary for technical accuracy. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Vale check returns warnings and errors but
make lintlints all files. This PR attempts to add some exceptions to current docs, remove overly restrictive rules (like allowingminimizeto pass "wordiness" checks, for example)Type of change
Checklist
make vale-file FILE=docs/path/to/file.mdlocally for files changed (or will fix Vale suggestions in review)Additional notes