disable report output in build log
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 18:03:20 +0000 (20:03 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 18:03:20 +0000 (20:03 +0200)
pylintrc

index d304002..4cd78cf 100644 (file)
--- 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