diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-02 21:23:28 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-02 21:23:28 -0400 |
commit | 275347991db0ae2b7cc69fac0b9d32dd622f0fc5 (patch) | |
tree | 169f983524a9694665ae387357a388ae24e68e6a | |
parent | 5bdf4f04ef9c422f4e5d021f6843de1db9b82413 (diff) | |
download | python-coveragepy-git-275347991db0ae2b7cc69fac0b9d32dd622f0fc5.tar.gz |
Pylint fixed a typo, broke my rc...
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ max-locals=50 max-returns=20 # Maximum number of branch for function / method body -max-branchs=50 +max-branches=50 # Maximum number of statements in function / method body max-statements=150 |