Changes
Features
feat: Summarize issues at the end (#5349)
feat: Summarize issues at the end (#5349)
fixes #4495
Minor Breakage
The format of the output has changed slightly. This might break some automated scripts. Please use a custom reporter instead of scraping text. See @cspell/cspell-json-reporter - npm
Fixes
fix: `--no-exit-code` will allow running even if there are config errors (#5347)
fix: --no-exit-code
will allow running even if there are config errors (#5347)
Configuration errors would block the spell checker from running. Using the --no-exit-code
option will report the issue, but not prevent it from running to completion.
Related to #5334