🚀 Feature: cspell.json should start with inferable words #1716
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
type: cleanup
Tech debt or other code/repository cleanups
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
There are some words we know will always go in
cspell.json
if included by options:"codecov"
"joshuakgoldberg"
"markdownlint"
"vitest"
...and maybe others.
The template will automatically do a CSpell pass to find any that need to be added. That's helpful for the migration use case of an existing repository. But for creation and initialization, we already know the full list of words! No need to do a full CSpell run.
💡 this will probably help with #860 (performance)!
Additional Info
Split out of #1670.
💖
The text was updated successfully, but these errors were encountered: