summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-10-16 12:31:25 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-10-16 12:31:25 +0200
commit30c1504b3c3eba44cf9fa2614dedc812810c7dc8 (patch)
tree289ecdf324000a82f211ed06702bf2a9980398ca
parent237d1107767b06119d849a46a85ac170e1f2f39d (diff)
downloadpylint-git-30c1504b3c3eba44cf9fa2614dedc812810c7dc8.tar.gz
Disable too-few-public-methods
-rw-r--r--tests/functional/n/no_method_argument_py38.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/n/no_method_argument_py38.py b/tests/functional/n/no_method_argument_py38.py
index e7a4ded2b..c67453288 100644
--- a/tests/functional/n/no_method_argument_py38.py
+++ b/tests/functional/n/no_method_argument_py38.py
@@ -1,4 +1,4 @@
-# pylint: disable=missing-docstring
+# pylint: disable=missing-docstring,too-few-public-methods
class Cls: