From patchwork Tue Nov 10 05:46:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 9627 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 53843 invoked by alias); 10 Nov 2015 05:46:18 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 53832 invoked by uid 89); 10 Nov 2015 05:46:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org From: Mike Frysinger To: libc-alpha@sourceware.org Subject: [PATCH] pylintrc: disable reports Date: Tue, 10 Nov 2015 00:46:13 -0500 Message-Id: <1447134373-1018-1-git-send-email-vapier@gentoo.org> I've never found these useful, nor found anyone else who likes them. Turn them off by default. 2015-11-09 Mike Frysinger * scripts/pylintrc (reports): Set to no. --- scripts/pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pylintrc b/scripts/pylintrc index a05ddfd..c92f100 100644 --- a/scripts/pylintrc +++ b/scripts/pylintrc @@ -54,7 +54,7 @@ output-format=text files-output=no # Tells whether to display a full report or only the messages -reports=yes +reports=no # Python expression which should return a note less than 10 (10 is the highest # note). You have access to the variables errors warning, statement which