Replace misspell with cspell
What are you trying to achieve?
Currently we are using misspell to perform spell checking however the library we are using has not been updated since march 2018 and the repo archived.
As mentioned in https://github.com/client9/misspell/issues/197 the library has been forked and as such we could switch to the fork. Alternatively we could switch to cspell which is what otel.io uses.
Additional context.
OTEL.io repo is already using cspell and this would simplify the developer environment by removing the go environment from the documentation checks.
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
this is what we did in Java repos: https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14157
Yeap that is the fork I was thinking of. I like the cspell option as it removes the need for a go environment for local development etc.