From 1a44f1433ee4afad10eb4cb1a08d8a86b286cd40 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Nov 2015 00:45:41 -0500 Subject: pylintrc: disable reports I've never found these useful, nor found anyone else who likes them. Turn them off by default. --- scripts/pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pylintrc b/scripts/pylintrc index a05ddfd2c8..c92f100b4b 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 -- cgit 1.4.1