-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change CI from using cspell
to codespell
#2467
Change CI from using cspell
to codespell
#2467
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, good! I left one comment. BTW, could you please fetch the latest speechbrain update? I suspect that you will need to run the linter on the new merged PR as well. I will check your PR locally once it's ready . Thanks again :)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Works on my lab cluster now.
The
cspell
tool comes from thenode.js
ecosystem and apparently fails to install on some systems due to requiring a fairly recent version ofGLIBC
, see this issue for more details:jupyterlab/jupyterlab#12675
This PR suggests we switch to
codespell
which is in python. The tool is less mature but still has > 1k stars and should be well-supported. In addition, it found a bunch more spelling errors.