Skip to content

chore: remove cspell - #597

Merged
DylanPiercey merged 1 commit into
mainfrom
dpiercey-ws-cspell-24budb
Sep 8, 2026
Merged

chore: remove cspell#597
DylanPiercey merged 1 commit into
mainfrom
dpiercey-ws-cspell-24budb

Conversation

@DylanPiercey

Copy link
Copy Markdown
Contributor

Removes the cspell spell checker from the repo. Deletes cspell.json, drops cspell from the root lint script and devDependencies, and removes the inline cspell:disable-next-line / cspell:ignore directives that only existed to satisfy it. AGENTS.md and agent-feedback/README.md are updated to describe what pnpm run lint actually runs now.

🤖 Generated with Claude Code

Drop the spell checker from the repo: delete `cspell.json`, take `cspell`
out of the `lint` script and devDependencies, and remove the inline
`cspell:disable-next-line` / `cspell:ignore` directives it required.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Sep 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 127b7af

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@DylanPiercey
DylanPiercey merged commit 1edc572 into main Sep 8, 2026
5 checks passed
@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Essentials

Run ID: 44b5e59f-736d-47d2-a8d2-cef2f1eb5598

📥 Commits

Reviewing files that changed from the base of the PR and between 2c894cb and 127b7af.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml and included by **
📒 Files selected for processing (7)
  • AGENTS.md
  • agent-feedback/README.md
  • agent-feedback/items/2026-08-20-hoisted-tag-var-never.md
  • agent-feedback/items/2026-08-20-mtc-diagnostics-without-position.md
  • cspell.json
  • package.json
  • packages/language-tools/src/extractors/html/keywords.ts
💤 Files with no reviewable changes (4)
  • packages/language-tools/src/extractors/html/keywords.ts
  • cspell.json
  • agent-feedback/items/2026-08-20-hoisted-tag-var-never.md
  • agent-feedback/items/2026-08-20-mtc-diagnostics-without-position.md

Included review availability: 4 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour.


Walkthrough

The lint workflow now runs ESLint and Prettier checks without cspell. The cspell development dependency and configuration were removed. Pre-ship documentation was updated to match the lint command. Unused cspell suppression comments were removed from feedback documents and HTML keyword extraction code. Runtime HTML extraction logic was unchanged.

Priority: ⬇️ Low

Merge Risk: ⚪ Minimal · up to 127b7

Linting now runs ESLint and Prettier without cspell, with repository documentation updated to match. The change is ready to merge.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the main change: removing cspell from the repository.
Description check ✅ Passed The description accurately summarizes the removal of cspell configuration, integration, dependency entries, directives, and documentation updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dpiercey-ws-cspell-24budb

Comment @coderabbitai help to get the list of available commands.

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.

1 participant