Commit Graph

7 Commits

Author SHA1 Message Date
Michal Nowikowski
b64d76684c Fixes after review.
--HG--
branch : spelling-checker
2014-08-01 07:16:37 +02:00
Michal Nowikowski
693f511d97 Fixed calling maketrans on Py3k.
--HG--
branch : spelling-checker
2014-07-31 00:56:51 +02:00
Michal Nowikowski
ca2da26733 Added to new options to spell checker: spelling-private-dict-file and spelling-store-unknown-words. Improved handling variable or class names in comments and docstrings. Added unit tests for spell checker.
--HG--
branch : spelling-checker
2014-07-31 00:38:58 +02:00
Michal Nowikowski
c0b6ed19e1 Review fixes - added comment.
--HG--
branch : spelling-checker
2014-07-29 07:28:36 +02:00
Michal Nowikowski
bb695592fa Refactored code of spelling checker.
--HG--
branch : spelling-checker
2014-07-26 07:13:15 +02:00
Michal Nowikowski
da005ad496 Tweaked spelling checker msg ids and removed them from exhaustivity tests.
--HG--
branch : spelling-checker
2014-07-25 16:21:29 +02:00
Michal Nowikowski
ad2b445b4a Added a spelling checker.
New messages:
- wrong-spelling-in-comment
- wrong-spelling-in-docstring
New options:
- spelling-dict
- spelling-ignore-words
New dependency: python-enchant (added as suggested in deb package).

--HG--
branch : spelling-checker
2014-07-25 16:08:35 +02:00