]> sourceware.org Git - glibc.git/commitdiff
pylintrc: disable reports
authorMike Frysinger <vapier@gentoo.org>
Tue, 10 Nov 2015 05:45:41 +0000 (00:45 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 11 Nov 2015 18:41:57 +0000 (13:41 -0500)
I've never found these useful, nor found anyone else who likes them.
Turn them off by default.

ChangeLog
scripts/pylintrc

index 39cc8db86241f23337032a4ae43ef99013cdcdb0..2e486bab41870365b57fd343fe4d919a9cacc795 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * scripts/pylintrc (reports): Set to no.
+
 2015-11-10  Roland McGrath  <roland@hack.frob.com>
 
        * elf/dl-load.c (open_verify): Take new argument FD.
index a05ddfd2c8ec1cfdc3acb49a80ad6e25308ab473..c92f100b4bcb6a8053ea78c6d6a92862e46064b0 100644 (file)
@@ -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
This page took 0.100836 seconds and 5 git commands to generate.