Add spellcheck CI to repository
Open
- Dominant language
- Java
- Stars
- 12.1k
- Forks
- 4k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 37
Description
There are tons of typos and spelling errors in our codebase, some are in the code and some are in the comments. As grpc-java is becoming more and more popular, maybe it's time to clean them up and have a required CI task running spellchecking on PRs. It might add some pain when creating PRs, but fixing typos in a single PR should not be too headache and it does things good to us. [Envoy's repo](https://github.com/envoyproxy/envoy/blob/master/tools/check_spelling_pedantic.py) is doing very well on this, maybe we could borrow [what they are using](https://github.com/client9/misspell).
Contributor guide
Assessment
This issue has not been assessed yet.