summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-09-23 10:05:31 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-09-23 10:05:31 +0200
commit4b0395e32062ad2d50f617d778c1b755c7f066bd (patch)
tree1c17f7f80def10b34221b9cc545d65d446211ff8
parentce2af67d0e96e26c1999e1a53e36cf1460d9d647 (diff)
downloadpylint-git-4b0395e32062ad2d50f617d778c1b755c7f066bd.tar.gz
Disable too-many-public-methods for humonguous class
-rw-r--r--pylint/checkers/variables.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/variables.py b/pylint/checkers/variables.py
index d2b507e31..548f910c0 100644
--- a/pylint/checkers/variables.py
+++ b/pylint/checkers/variables.py
@@ -560,6 +560,7 @@ class NamesConsumer:
return found_node
+# pylint: disable=too-many-public-methods
class VariablesChecker(BaseChecker):
"""checks for
* unused variables / imports