pylintrc: disable reports
Commit Message
The report output is super noisy and not useful (imo). Disable it.
2015-10-20 Mike Frysinger <vapier@gentoo.org>
* scripts/pylintrc (reports): Set to no.
---
scripts/pylintrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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