documentation
documentation copied to clipboard
Turn off `--no-progress` with CSpell?
https://github.com/Qiskit/documentation/pull/1837 would only report this:
CSpell: Files checked: 70, Issues found: 1 in 1 file.
Until I removed --no-progress from here:
https://github.com/Qiskit/documentation/blob/3c416e970400485cbf009e515e84f663cc52b819/scripts/js/commands/checkSpelling.ts#L47
-------------------------------------------
Issues found:
docs/guides/latest-updates.mdx:71:179 - Unknown word (Lindblad)
CSpell: Files checked: 70, Issues found: 1 in 1 file.
Why is that? Try to reproduce this in other situations. Worst case, we should remove --no-spelling, even though it makes things more noisy.