1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-20 16:43:03 +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:
Mike Frysinger
2015-11-10 00:45:41 -05:00
parent c0d6f2a33e
commit 1a44f1433e
2 changed files with 5 additions and 1 deletions

View 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