summaryrefslogtreecommitdiff
path: root/pylint/test/functional/useless_super_delegation.py
Commit message (Expand)AuthorAgeFilesLines
* adapt existing test cases for useless-object-inheritance.ssolanki2018-06-211-1/+1
* useless-super-delegation takes into account default values for the current im...hippo912017-09-301-4/+126
* Do not emit useless-super-delegation when having extraneous arguments in the ...Claudiu Popa2016-07-231-1/+16
* Do not check for useless-super-delegation if the function is decoratedMoises Lopez - https://www.vauxoo.com/2016-07-171-0/+10
* Add a new warning, 'useless-super-delegation'Claudiu Popa2016-07-151-0/+105