-
-
Notifications
You must be signed in to change notification settings - Fork 79
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: Have cspell automatically detect values from the package #381
Comments
Yeah it's been annoying having to fill out assorted package names & such in each new package 😕. I want to say this is blocked on streetsidesoftware/cspell#3215. Do you see any way around it @orta? |
Add it to the cspell file in the repo, that's how I solved it locally |
I use cspell paired with a custom script to populate the false positive in a separate file as new dictionary. Script - https://github.com/timelessco/node-ts-app/blob/main/package.json#L46 |
OK! Coming back to this: I've learned a good bit about cspell in the meantime and thought on the issue. I think it's different depending on how you're running CTA:
https://github.com/JoshuaKGoldberg/cspell-populate-words is my own script that adds in missing words. It's got references of using the cspell API. I'll integrate some amount of those bits into CTA. |
@all-contributors please add @orta for ideas.
|
I've put up a pull request to add @orta! 🎉 |
Adds @orta as a contributor for ideas. This was requested by JoshuaKGoldberg [in this comment](#381 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Hmm, this is tough. The main cspell APIs are all generally asynchronous. I'm poking around in the internal The only way to do that in the new Blocks system is with a |
Bug Report Checklist
main
branch of the repository.Overview
Let's say I have made a module call "sdl-codegen"- when you run setup things like your username, the npm org, any words in the kebab case package name etc
Mainly so there's less surprises when you try get it green for the first time
Additional Info
The text was updated successfully, but these errors were encountered: