mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-22 04:01:57 +03:00
pylintrc: disable reports
I've never found these useful, nor found anyone else who likes them. Turn them off by default.
This commit is contained in:
@ -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>
|
2015-11-10 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
* elf/dl-load.c (open_verify): Take new argument FD.
|
* elf/dl-load.c (open_verify): Take new argument FD.
|
||||||
|
@ -54,7 +54,7 @@ output-format=text
|
|||||||
files-output=no
|
files-output=no
|
||||||
|
|
||||||
# Tells whether to display a full report or only the messages
|
# 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
|
# 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
|
# note). You have access to the variables errors warning, statement which
|
||||||
|
Reference in New Issue
Block a user