cspell: drop resolved allow-list entries, allow words that escaped the PR check - #1911
Merged
Merged
Conversation
…PR check eror (#1884), functio (#1885) and the RegistryExtension base64 ID (extensions/delete.mdx, deleted in #1886) are gone from the tree. #1858 and #1887 merged before the spellcheck workflow (#1853) and #1889's checks ran before it, so a full run (cspell --dot '**/*') reported 12 words in check-links.yml, NotFoundLinks.tsx, PreviousPathname.tsx and the new cli/references pages; allowing them makes the full run clean. .gitignore listed /logs (#1898) and logs/ (#1853); keep the broader one.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
marcleblanc2
enabled auto-merge (squash)
September 11, 2026 07:42
valerybugakov
approved these changes
Sep 11, 2026
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.
Why
Follow-up to #1853.
TODO: remove after mergingnotes that are now resolved:eror(docs/observability: Remove stale log15 examples #1884),functio(docs/migrator: Update schema-drift page with current migrator output #1885), and theRegistryExtension:base64 ID that only occurred incli/references/extensions/delete.mdx, deleted in docs/cli: Remove doc pages for removed src-cli commands #1886.npx cspell@10 --no-progress --dot '**/*'onmainreports 12 words in 6 files (worktree,startswith,elif,slurpfileincheck-links.yml;navigations,prerenderedin the 404 components;Viktor,pgdumpin the new CLI pages). The PR check only looks at added lines, so these would never surface again; they are allowed so a full run is clean..gitignorehad both/logs(chore: Remove unused dependencies and bump vulnerable packages #1898) andlogs/(ci/spelling: Add spelling PR check #1853); kept the broader one with its comment.Verification
npx cspell@10 --no-progress --dot '**/*':main→ 12 issues in 6 files; this branch → 0.docs/orsrc/(checked withrg).