Hacker News new | ask | show | jobs
Typos-CLI – Source code spell checker (github.com)
3 points by tonto 1287 days ago
1 comments

I am not the author of this tool but found it extremely useful. It has caught almost a 100 typos in our codebase in snake_cased and camelCased variable names, in prose in our docs, and it is programming-language agnostic! So awesome. Highly recommend. Easily set up as a github action in CI too