From patchwork Tue Oct 20 13:44:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 9241 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 10255 invoked by alias); 20 Oct 2015 13:45:16 -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 10068 invoked by uid 89); 20 Oct 2015 13:45:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 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, 20 Oct 2015 09:44:55 -0400 Message-Id: <1445348695-30745-1-git-send-email-vapier@gentoo.org> The report output is super noisy and not useful (imo). Disable it. 2015-10-20 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