summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@gmail.com>2014-07-25 16:08:35 +0200
committerMichal Nowikowski <godfryd@gmail.com>2014-07-25 16:08:35 +0200
commit7ecfa5bdb3006a974b901d6e7ac6c670a8f33eb0 (patch)
tree9713be5febb10787187ece63095cd67f54455666 /debian
parentaf2dbfc0d0952dfe4f039627101d5d60fb415882 (diff)
downloadpylint-7ecfa5bdb3006a974b901d6e7ac6c670a8f33eb0.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).
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index da0c1d1..660eda1 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