codespell
codespell project
π‘ Pick it for a mature, free, local spellchecker that integrates cleanly with repositories and CI.
codespell is an open-source command-line tool that finds common misspellings in source code, documentation, and other text files. It is aimed at...
Pros
- Mature and widely used in open-source repositories
- Runs locally and works well in CI pipelines
- Supports configurable dictionaries and exclusions
Cons
- Uses dictionary matching rather than contextual AI analysis
- Requires command-line or editor integration for an interactive workflow
- Can produce false positives in project-specific terminology