From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 978D31396D0 for ; Thu, 14 Sep 2017 02:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCBD71FC03B; Thu, 14 Sep 2017 02:32:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEBF21FC03B for ; Thu, 14 Sep 2017 02:32:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7974333BE69 for ; Thu, 14 Sep 2017 02:32:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1951D907E for ; Thu, 14 Sep 2017 02:32:42 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1505356226.4ecb660f6c0dc80524f5d6968883878323888937.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylint/metadata.xml X-VCS-Directories: dev-python/pylint/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 4ecb660f6c0dc80524f5d6968883878323888937 X-VCS-Branch: master Date: Thu, 14 Sep 2017 02:32:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cb8ac676-8a9a-4c35-b7dc-6c433c45e15d X-Archives-Hash: f2170c3eef47d01ae928e6f76448bc03 commit: 4ecb660f6c0dc80524f5d6968883878323888937 Author: Tim Harder gentoo org> AuthorDate: Thu Sep 14 02:23:14 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Sep 14 02:30:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecb660f dev-python/pylint: use consistent indentation for metadata.xml dev-python/pylint/metadata.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/dev-python/pylint/metadata.xml b/dev-python/pylint/metadata.xml index 75b5122deea..4fd10546d5c 100644 --- a/dev-python/pylint/metadata.xml +++ b/dev-python/pylint/metadata.xml @@ -5,15 +5,17 @@ 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 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