-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Add new linter: codespell #4140
Comments
We used to have one like that, misspell , but it was not maintained anymore so has been removed ^^ It seems actively maintained, so would you like to make the PR to add codespelll ? :) |
I'll take a stab at it. |
I disable SPELL for that very reason so would be good to have a better alternative available 😎 |
This issue has been automatically marked as stale because it has not had recent activity. If you think this issue should stay open, please remove the |
The spellcheckers currently in megalinter can be quite annoying because they flag every word they don't know. I found codespell a useful, light-weight alternative which only suggests corrections for words that look like a common misspelling.
Therefore, I would like to add codespell to megalinter.
The text was updated successfully, but these errors were encountered: