Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
52 lines (32 loc) · 1.21 KB

SpellCheckBear.rst

File metadata and controls

52 lines (32 loc) · 1.21 KB

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

Demo

asciicast

Dependencies

  • pip - scspell3k

Can Detect

  • Spelling

License

AGPL-3.0

Authors