diff options
author | grissiom <chaos.proton@gmail.com> | 2010-06-20 08:23:47 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-20 15:20:25 -0500 |
commit | 4f3b81b6d49934b07ac6f4e28d958e24b4264919 (patch) | |
tree | 33062e5cd6581fa224d36239f18780c185687665 /development/pylint/slack-desc | |
parent | ac0d9da676605b5cfa839eea97f4170ae2a4a689 (diff) | |
download | slackbuilds-4f3b81b6d49934b07ac6f4e28d958e24b4264919.tar.gz |
development/pylint: Updated for version 0.21.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/pylint/slack-desc')
-rw-r--r-- | development/pylint/slack-desc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/development/pylint/slack-desc b/development/pylint/slack-desc index c11345dac2..aab8f65736 100644 --- a/development/pylint/slack-desc +++ b/development/pylint/slack-desc @@ -6,14 +6,14 @@ # leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -pylint: pylint is a python code checker +pylint: pylint (python code checker) pylint: -pylint: Pylint is a python tool that checks if a module satisfies a coding -pylint: standard. Pylint can be seen as another PyChecker since nearly all -pylint: tests you can do with PyChecker can also be done with Pylint. But +pylint: Pylint is a python tool that checks if a module satisfies a coding +pylint: standard. Pylint can be seen as another PyChecker since nearly all +pylint: tests you can do with PyChecker can also be done with Pylint. But pylint: Pylint offers some more features. pylint: -pylint: The big advantage with Pylint is that it is highly configurable, -pylint: customizable, and you can easily write a small plugin to add a +pylint: The big advantage with Pylint is that it is highly configurable, +pylint: customizable, and you can easily write a small plugin to add a pylint: personal feature. pylint: |