Changes
fix: Add `--no-exit-code` option to prevent spelling issues from impacting the exit code. (#4809)
fix: Add --no-exit-code
option to prevent spelling issues from impacting the exit code. (#4809)
This PR implements a simple --allow-failure
flag, which configures cspell
to return 0 exit code even when there are findings. This is useful for uses in CI (such as in a pre-commit hook) to allow reporting findings without failing the pre-commit.