fix: add missing cspell words and drop phantom analyses path - #292
Open
mrbobbytables wants to merge 1 commit into
Open
mrbobbytables wants to merge 1 commit into
mrbobbytables wants to merge 1 commit into
Conversation
- Add cutover, retag, ACMM, linuxfoundation, and reprioritizations to .cspell.yml so check:spelling passes on a clean checkout. - Drop the nonexistent analyses/ path from check:spelling and _check:links-md; the directory has never existed in this repo. Refs #264 Signed-off-by: copilot-swe-agent <223556219+Copilot@users.noreply.github.com>
This was referenced Sep 19, 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.
What
Fixes two of the three issues from #264 that make
npm run check/npm testfail on a clean checkout:check:spellingfails on unmodifiedmain..cspell.ymlwas missing six words that already appear in the docs:cutover,retag,ACMM,linuxfoundation, andreprioritizations. Added them to thewordslist.analyses/directory.check:spellingpassedanalysesas a path arg, and_check:links-mdranfind analyses -name '*.md'. That directory has never existed in this repo (git log --all -- analysesis empty). Removed both references.The Makefile/
check:linksissue (item 1 in #264) is already covered by #291, so it's left untouched here to avoid conflicting with that PR.Testing
npm run check:spellingnow passes (0 issues, 38 files checked).npm run test:unitpasses (55/55).— hive: backend=copilot model=claude-sonnet-5
🐝 Hive Agent:
contributor| SHA:e3b18fb