summaryrefslogtreecommitdiff
path: root/tests/functional/g
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-17 20:54:28 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-17 21:14:30 +0100
commita20c4de75bcd7ca44fae627c9783e998c79b86b2 (patch)
treed8227a3fac0c465b8cbc28e2be36a53e6f93c341 /tests/functional/g
parentbbe9c44f0736d32307bcfa9f5f760eb6fabb7ca2 (diff)
downloadpylint-git-a20c4de75bcd7ca44fae627c9783e998c79b86b2.tar.gz
Cleanup unwanted 'use-symbolic-message-instead' in functional tests
Diffstat (limited to 'tests/functional/g')
-rw-r--r--tests/functional/g/genexp_in_class_scope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/g/genexp_in_class_scope.py b/tests/functional/g/genexp_in_class_scope.py
index 175f07c53..056963813 100644
--- a/tests/functional/g/genexp_in_class_scope.py
+++ b/tests/functional/g/genexp_in_class_scope.py
@@ -1,4 +1,4 @@
-# pylint: disable=W0232,too-few-public-methods, missing-docstring # [use-symbolic-message-instead]
+# pylint: disable=no-init,too-few-public-methods, missing-docstring
# pylint: disable=useless-object-inheritance
"""Class scope must be handled correctly in genexps"""
class MyClass(object):