Lints files to check for incorrect spellings using scspell
.
scspell is a spell checker for source code. When applied to a code written in most popular programming languages while using most typical naming conventions, this algorithm will usually catch many errors without an annoying false positive rate.
In an effort to catch more spelling errors, scspell is able to check each file against a set of dictionary words selected specifically for that file.
See <https://pypi.python.org/pypi/scspell3k> for more information.
- Natural Language
pip
-scspell3k
- Spelling
AGPL-3.0
- The coala developers ([email protected])