summaryrefslogtreecommitdiff
path: root/tests/messages
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-09 22:00:12 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-14 19:48:30 +0100
commitbac894e11a423cca091a03ae01e2b08e9988dec7 (patch)
treeb8868e6bc71b1cdf88a851ebb604c2e9fbd8173b /tests/messages
parentaff0699503421c123d72245abf7440fc96dd01f2 (diff)
downloadpylint-git-bac894e11a423cca091a03ae01e2b08e9988dec7.tar.gz
Migrate func_first_arg.py to new functional tests
Diffstat (limited to 'tests/messages')
-rw-r--r--tests/messages/func_first_arg.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/messages/func_first_arg.txt b/tests/messages/func_first_arg.txt
deleted file mode 100644
index 8d932048a..000000000
--- a/tests/messages/func_first_arg.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-C: 10:Obj.__new__: Class method __new__ should have 'cls' as first argument
-C: 18:Obj.class2: Class method class2 should have 'cls' as first argument
-C: 25:Meta.__new__: Metaclass class method __new__ should have 'cls' as first argument
-C: 32:Meta.method2: Metaclass method method2 should have 'cls' as first argument
-C: 40:Meta.class2: Metaclass class method class2 should have 'cls' as first argument
-R: 16:Obj: Consider using a decorator instead of calling classmethod
-R: 20:Obj: Consider using a decorator instead of calling classmethod
-R: 38:Meta: Consider using a decorator instead of calling classmethod
-R: 42:Meta: Consider using a decorator instead of calling classmethod