From 1af954aec08883fea91855db7d1a0a78f9bb41cf Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 27 Jul 2013 20:03:20 +0200 Subject: [PATCH] disable report output in build log --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index d304002..4cd78cf 100644 --- a/pylintrc +++ b/pylintrc @@ -55,7 +55,7 @@ symbols=no 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.7.4