third_party.pylibs.pylint.src/pylint/test/messages/func_e0204.txt
ssolanki 5673ffe2d8 adapt existing test cases for useless-object-inheritance.
adapt existing test/input test cases to new check.

add some more positive test case for useless-object-inheritance

msg code was in conflict with existing msg.

adapt existing test cases for new checker.
2018-06-21 11:17:27 +05:30

4 lines
127 B
Plaintext

E: 11:Abcd.__init__: Method should have "self" as first argument
E: 15:Abcd.abdc: Method should have "self" as first argument