Add spellcheck CI to repository
- Vorherrschende Sprache
- Java
- Sterne
- 12.1k
- Forks
- 4k
- Ø Merge
- 2 T. 17 Std.
- Gemergte PRs (30 T.)
- 37
Beschreibung
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).
Beitragsleitfaden
Rechercherichtung
Start by reviewing the repository's existing CI configuration and the Envoy spellcheck example linked in the issue, then evaluate the referenced misspell tool. Done means a required PR check scans code and comments for spelling errors without making normal contributions unreasonably difficult.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- ci-cd, tooling
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 25/100