summaryrefslogtreecommitdiff
path: root/pylint/test/functional/no_self_use_py3.txt
Commit message (Collapse)AuthorAgeFilesLines
* Make `no-self-use` checker not throw a warning if method has a `super()` call.Dmitry Pribysh2015-10-171-0/+1
This is only enabled for python 3.0+ and only for `super` calls with no arguments. Fixes issue #667.