Commit edd75d0
fix: Add --no-must-find-files to cspell to fix false failures
When cspell checks files in batches and all files in a batch are
excluded by ignorePaths, it returns exit code 1 (no files found).
The --no-must-find-files flag suppresses this error for empty batches.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 1539495 commit edd75d0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments