diff mbox

pylintrc: disable reports

Message ID 1445348695-30745-1-git-send-email-vapier@gentoo.org
State New
Headers show

Commit Message

Mike Frysinger Oct. 20, 2015, 1:44 p.m. UTC
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(-)
diff mbox

Patch

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