summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2013-07-27 20:03:20 +0200
committerStefan Behnel <stefan_ml@behnel.de>2013-07-27 20:03:20 +0200
commit1af954aec08883fea91855db7d1a0a78f9bb41cf (patch)
treec4b8ff22af6efae527958c8d9fa680aa6f8d3b49 /pylintrc
parent32ec3a607aa7016514a95687211ff1e80604782c (diff)
downloadcython-1af954aec08883fea91855db7d1a0a78f9bb41cf.tar.gz
disable report output in build log
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index d3040028e..4cd78cfde 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