Next | Query returned 4 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2020-05-18 15:28:19 by Thomas Klausner | Files touched by this commit (5) | Package removed
Log message:
py-lint: remove, quite similar to py-pylint
   2020-05-18 14:44:51 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
devel/py-lint: import py-lint-2.5.2

Packaged for wip by Aleksej Lebedev and updated by me.

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.
   2017-03-01 14:01:16 by Filip Hajny | Files touched by this commit (7) | Package removed
Log message:
Revert adding py-lint, package already existed as py-pylint.
   2017-02-28 21:56:33 by Filip Hajny | Files touched by this commit (7)
Log message:
Import pylint 1.6.5 as devel/py-lint.

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).

Next | Query returned 4 messages, browsing 1 to 10 | previous