[PATCH] pylintrc: disable reports

Mike Frysinger vapier@gentoo.org
Tue Nov 10 05:46:00 GMT 2015


I've never found these useful, nor found anyone else who likes them.
Turn them off by default.

2015-11-09  Mike Frysinger  <vapier@gentoo.org>

	* 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
-- 
2.6.2



More information about the Libc-alpha mailing list