From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/pylint/metadata.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-python/pylint/metadata.xml (limited to 'dev-python/pylint/metadata.xml') diff --git a/dev-python/pylint/metadata.xml b/dev-python/pylint/metadata.xml new file mode 100644 index 000000000000..4fd10546d5c7 --- /dev/null +++ b/dev-python/pylint/metadata.xml @@ -0,0 +1,23 @@ + + + + + python@gentoo.org + Python + + + 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. + + + pylint + pycqa/pylint + + -- cgit v1.2.3