CSpell
Linters
CSpell
Prevents spell-check diagnostics from flooding vendored files.- Detected From
- cspell.json, .cspell.json, cspell.config.* files, or a cspell dependency.
- Writes
- ignorePaths entries for vendor/** when a CSpell config is present.
- Visibility
- Spell checking is narrowed without changing project structure.
When To Use It
Use this when upstream comments, changelogs, fixtures, or generated files create noisy spelling results.
Workflow
Run ingraft doctor to inspect the current status, then run
ingraft refresh after adding or updating vendored source. Refresh only
writes supported files when the tool is actually detected in the repository.