diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-11 09:54:02 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-11 09:54:02 -0400 |
commit | 151df1aa707218ae6a5e8d7d781aad408577dc76 (patch) | |
tree | fd11135f8314c74e652fcf4893040512d0128c1d | |
parent | f94c9b095fce7bf01c752c7e2971132403e38f38 (diff) | |
download | python-coveragepy-git-151df1aa707218ae6a5e8d7d781aad408577dc76.tar.gz |
pylint needs to be told every little thing.
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ max-parents=7 max-attributes=40 # Minimum number of public methods for a class (see R0903). -min-public-methods=1 +min-public-methods=0 # Maximum number of public methods for a class (see R0904). max-public-methods=500 |