cspell
cspell copied to clipboard
Summary: repeat errors
Is your feature request related to a problem? Please describe. I'm always frustrated when I want to see progress and the failures aren't repeated in the summary at the end.
I invoke cspell
like this:
cspell ** --gitignore --relative
This lists all the files being checked. At the end the summary says
CSpell: Files checked: 4325, Issues found: 1 in 1 files
Now I have to go back and find which one, or re-run with --no-progress
.
Describe the solution you'd like
When NOT using --no-progress
I would like to see the summary to repeat the failed files at the end so I don't need to scroll back x lines to find the 1 item that gave me an error.
Describe alternatives you've considered I've disabled progress so I only see a summary.
Additional context N/A
@kristof-mattei,
I agree with you. It needs to go out with a major version change because it is a change that might break CI/CD processes that scrape the output. I hope to include it in v7.
@Jason3S thanks!
Thanks @Jason3S looking forward to the release.
@kristof-mattei,
It should be in 8.6.0
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
#6058 changes this behavior.