From 8ba2860ae7c5f5429e27ed1edd8753981376059a Mon Sep 17 00:00:00 2001 From: Paweł Hajdan Date: Sat, 31 Mar 2012 17:03:18 +0000 Subject: Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. --- dev-python/pylint/metadata.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'dev-python/pylint') diff --git a/dev-python/pylint/metadata.xml b/dev-python/pylint/metadata.xml index c2764a095307..f9fbc27b10c3 100644 --- a/dev-python/pylint/metadata.xml +++ b/dev-python/pylint/metadata.xml @@ -2,17 +2,16 @@ python - - Pylint is a Python source code analyzer which looks for programming + Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). - Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. However, Pylint offers some more features, like checking length of lines of code, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. - - Additionally, it is possible to write plugins to add your own checks. - + Additionally, it is possible to write plugins to add your own checks. + + pylint + -- cgit v1.2.3-65-gdbad