Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Feature: cspell.json should start with inferable words #1716

Closed
2 tasks done
JoshuaKGoldberg opened this issue Dec 3, 2024 · 1 comment · Fixed by #1734
Closed
2 tasks done

🚀 Feature: cspell.json should start with inferable words #1716

JoshuaKGoldberg opened this issue Dec 3, 2024 · 1 comment · Fixed by #1734
Assignees
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

Comments

@JoshuaKGoldberg
Copy link
Owner

Bug Report Checklist

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.

💖

@JoshuaKGoldberg JoshuaKGoldberg added type: feature New enhancement or request 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 labels Dec 3, 2024
@JoshuaKGoldberg JoshuaKGoldberg self-assigned this Dec 3, 2024
Copy link

🎉 This is included in version v1.77.0 🎉

The release is available on:

Cheers! 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant