Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-01-28 16:02:14 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-01-28 16:02:14 +0300
commit79bb3cc80dca4922a12568946520927bfe4e5511 (patch)
tree2798ab2fc6184767bbca6c5782da552106fff78c /.pylintrc
parent0a44bbb7a128a8a069424647b16ff0b5829f5585 (diff)
pylint: upstream fixed #248 in 1.4.0
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/.pylintrc b/.pylintrc
index a1f7b7cb6..44fc15b1c 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -322,11 +322,7 @@ max-attributes=7
min-public-methods=2
# Maximum number of public methods for a class (see R0904).
-# Pylint counts all of the public methods that you also inherit.
-# This has been reported/fixed as a bug, but until our version is fixed,
-# I think this will only cause us headaches. (Unittests are automatically over)
-# https://bitbucket.org/logilab/pylint/issue/248/too-many-public-methods-triggered-from
-max-public-methods=100
+max-public-methods=20
[EXCEPTIONS]