From a73d872825293c72b4b042fa40ef224f8c81b5f1 Mon Sep 17 00:00:00 2001 From: "Bora M. Alper" Date: Mon, 5 Jun 2017 17:03:55 +0300 Subject: [PATCH] disable reports for pylint --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index e336cf5..d105412 100644 --- a/pylintrc +++ b/pylintrc @@ -82,7 +82,7 @@ output-format=colorized 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