summaryrefslogtreecommitdiff
path: root/tests/functional/a/access/access_to_protected_members.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-17 20:32:32 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-17 21:14:30 +0100
commitfc56d9d08b951adb1ca0353f43bb47213b8fb16d (patch)
treedc43dba6aff3b8b75162f6d2819503374db747a2 /tests/functional/a/access/access_to_protected_members.py
parent11424700c42f235fd6bdcc8353f82a9d39960dd0 (diff)
downloadpylint-git-fc56d9d08b951adb1ca0353f43bb47213b8fb16d.tar.gz
Enable use-symbolic-message-instead in functional tests
Diffstat (limited to 'tests/functional/a/access/access_to_protected_members.py')
-rw-r--r--tests/functional/a/access/access_to_protected_members.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/a/access/access_to_protected_members.py b/tests/functional/a/access/access_to_protected_members.py
index 737d8b9d6..777cd5ccd 100644
--- a/tests/functional/a/access/access_to_protected_members.py
+++ b/tests/functional/a/access/access_to_protected_members.py
@@ -1,5 +1,5 @@
-# pylint: disable=too-few-public-methods, W0231, print-statement, useless-object-inheritance
-# pylint: disable=no-classmethod-decorator
+# pylint: disable=too-few-public-methods, super-init-not-called, print-statement
+# pylint: disable=no-classmethod-decorator,useless-object-inheritance
"""Test external access to protected class members."""
from __future__ import print_function