summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-05-02 21:23:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-05-02 21:23:28 -0400
commitccd05ff1a92a0d39a7a868d7e73648c31d8fdf5e (patch)
tree9963f8ac2343e2e9891bc26d5833ae9ce6553160
parent33eb402e9d8895e32a324e62c4bc35647e641667 (diff)
downloadpython-coveragepy-ccd05ff1a92a0d39a7a868d7e73648c31d8fdf5e.tar.gz
Pylint fixed a typo, broke my rc...
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index f11174b..7d018bc 100644
--- a/pylintrc
+++ b/pylintrc
@@ -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