diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-30 21:35:53 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-30 21:35:53 -0400 |
commit | 31c040182329594c29d7426b1fa152e57ee98b48 (patch) | |
tree | d3e1f881fa8a280ca8241423f9af0ddee7766aad | |
parent | 8931c9a3ee444254e27a10f90ae8121675760fac (diff) | |
download | python-coveragepy-git-31c040182329594c29d7426b1fa152e57ee98b48.tar.gz |
No need for a pylint score
-rw-r--r-- | pylintrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -97,6 +97,9 @@ files-output=no # Tells wether to display a full report or only the messages reports=no +# I don't need a score, thanks. +score=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 # respectively contain the number of errors / warnings messages and the total |