diff options
author | Michal Nowikowski <godfryd@gmail.com> | 2014-07-25 16:08:35 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@gmail.com> | 2014-07-25 16:08:35 +0200 |
commit | ad2b445b4afcaf423af7c23bbfbcf6b5eb61ac59 (patch) | |
tree | 1bcc924f33b92977584875d6ebc664efaa710a86 /debian | |
parent | b51e178dc51dfdd51852ea99f1ef50b67d0b9700 (diff) | |
download | pylint-git-ad2b445b4afcaf423af7c23bbfbcf6b5eb61ac59.tar.gz |
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
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index da0c1d1b4..660eda1d4 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.2) -Suggests: python-tk +Suggests: python-tk, python-enchant XB-Python-Version: ${python:Versions} Description: python code static checker and UML diagram generator Pylint is a Python source code analyzer which looks for programming |