You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see cspell.json referenced and I assume it is the config file but no documentation on it in the ReadMe. Where should the file be? How can I exclude words and file directories?
The text was updated successfully, but these errors were encountered:
I suggest creating: .config/cspell.config.yaml. The action will find it.
.config/cspell.config.yaml
ignorePaths: # glob patterns to ignore
- cspell*.{yaml,json}
- node_moduleswords: # words to add to dictionary
- MyCompanyNameignoreWords: # words to ignore, but not suggest
- todosflagWords: # words to flag as forbidden with optional suggestions indicated by `->`.
- blacklist->denylist
- whitelist->allowlist
- café->cafe
- bluelist->greenList
- Bluelist->GreenList
I see
cspell.json
referenced and I assume it is the config file but no documentation on it in the ReadMe. Where should the file be? How can I exclude words and file directories?The text was updated successfully, but these errors were encountered: