diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-10 00:45:41 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-11 13:41:57 -0500 |
commit | 1a44f1433ee4afad10eb4cb1a08d8a86b286cd40 (patch) | |
tree | 714e6e6151a2ae89e9ae678f20ca5c00fccb7d98 /scripts | |
parent | c0d6f2a33e1229a96d5d5064b9b04d7d3cd41d9d (diff) | |
download | glibc-1a44f1433ee4afad10eb4cb1a08d8a86b286cd40.tar glibc-1a44f1433ee4afad10eb4cb1a08d8a86b286cd40.tar.gz glibc-1a44f1433ee4afad10eb4cb1a08d8a86b286cd40.tar.bz2 glibc-1a44f1433ee4afad10eb4cb1a08d8a86b286cd40.zip |
pylintrc: disable reports
I've never found these useful, nor found anyone else who likes them.
Turn them off by default.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pylintrc b/scripts/pylintrc index a05ddfd2c8..c92f100b4b 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 |