📖🚮:stop teaching the spell checker Latin - #1843
Open
DerekNonGeneric wants to merge 1 commit into
Open
Conversation
Nothing in the repository is filler any more, so the dictionary that let filler through has nothing left to permit. Out go the lorem-ipsum dictionary, the package supplying it, and the two Latin words in project-terms.txt that no file uses. The check now reads Latin as a set of unknown words, which is what it is. If filler ever reaches a file cspell lints, it fails there rather than passing quietly. Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is> Assisted-by: Claude-Code:claude-opus-5
✅ Deploy Preview for gh-pages-openinf ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Nothing in the repository is filler any more. The last of it was the docs
index, and that page now has real writing, so the dictionary that let filler
past has nothing left to permit.
Gone
"language": "en,lorem", now"en"@cspell/dict-lorem-ipsumimport and itsdictionariesentryconsectetuerandPotentifromproject-terms.txt, which were there tospell the pages that no longer exist
Both words were checked whole-word and case-sensitively across every file type
first. Each appeared in
project-terms.txtand nowhere else. 71 terms remain.Why this is not merely tidying
cspell lints Markdown. With the dictionary in place, filler reaching a scanned
file would have passed silently, which is the opposite of useful. Verified both
directions:
clean pass
Checks
nps testpasses, all 17.Left alone
_layouts/handbook-content-g-devdocs-style.liquidand_includes/key-point.liquidare unused today but are wanted later, so they stay.