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
- Continue processing the list of files even if some are missing.
- Report on any missing files.
- error code is based upon `--no-must-file-files` option.
fix: #2285
- Continue processing the list of files even if some are missing.
- Report on any missing files.
- error code is based upon `--no-must-file-files` option.
Info
Kind of Issue
Which Tool or library
Which Version
Version: 5.15.1
Bug Description
Describe the bug
When using a command like:
git diff --name-only | cspell --no-must-find-files --file-list stdin
Like:
and a file had been deleted, an error will be produced.
Expected Behavior
That is should not error when
--no-must-find-files
is specified.The text was updated successfully, but these errors were encountered: