cspell-cli
cspell-cli copied to clipboard
CSpell command line spell checker.
# Update Dependencies ## Summary ``` package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ```
https://github.com/streetsidesoftware/vscode-spell-checker/blob/main/design-docs/wip/configuration.md supports > These include `cspell.json`, `cspell.config.yaml`, and `cspell.config.js`. When spell checking files, the spell checker searches the directory hierarchy looking for configuration files. ... The docs for this CLI...
In particular, the overrides doc might better be part of the main docs on the website, but I admit to being confused about where and how to contribute to the...
This is to remind myself to create a Pull Request to include a nicely done up doc for the README (based on https://github.com/streetsidesoftware/cspell/discussions/3426) that explains how to use dictionaries not...
:robot: I have created a release *beep* *boop* --- ## [8.8.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.8.0...v8.8.1) (2024-05-10) ### Trivial updates and changes. * Update CSpell version (8.8.1) ([#480](https://github.com/streetsidesoftware/cspell-cli/issues/480)) ([4d265c9](https://github.com/streetsidesoftware/cspell-cli/commit/4d265c9b8c620f6287345efdaffaa22491e993b9)) --- This PR was generated with...
# Update Dependencies ## Summary ``` package-lock.json | 60 +++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) ```
# Update Dependencies ## Summary ``` package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ```
:robot: I have created a release *beep* *boop* --- ## [8.14.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.13.3...v8.14.0) (2024-09-18) ### Features * Update CSpell version (8.14.1) ([#544](https://github.com/streetsidesoftware/cspell-cli/issues/544)) ([239550e](https://github.com/streetsidesoftware/cspell-cli/commit/239550e2fd64e24d2ef4088e70c224303cbb49f0)) ### Trivial updates and changes. * Update CSpell version...
:robot: I have created a release *beep* *boop* --- ## [8.18.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.3...v8.18.0) (2025-03-30) ### Features * Update CSpell version (8.18.0) ([#648](https://github.com/streetsidesoftware/cspell-cli/issues/648)) ([eefd332](https://github.com/streetsidesoftware/cspell-cli/commit/eefd332d61c22c6e74312c15bf988c0b91dc9dba)) ### Trivial updates and changes. * Update CSpell version...
### Problem CSpell can be manually installed and set up as a local pre-commit hook (https://www.npmjs.com/package/cspell#git-commit-hooks, https://pre-commit.com/#repository-local-hooks). ### Solution But by adding an appropriate `.pre-commit-hooks.yaml` to the repo (https://pre-commit.com/#creating-new-hooks) it...