summaryrefslogtreecommitdiff
path: root/pylint/checkers/design_analysis.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup pylint issuesClaudiu Popa2015-11-211-9/+9
* check the number of boolean expressions in if statement is reasonnableLaura M?dioni2015-10-291-2/+42
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-4/+4
* Remove unused imports.Claudiu Popa2015-05-071-1/+1
* Remove interface-not-implemented warning. Closes issue #532.Claudiu Popa2015-05-051-28/+1
* Remove abstract-class-not-used, for the same reasons as star-args and abstrac...Claudiu Popa2015-03-111-35/+4
* Remove abstract-class-little-used warning, since it doesn't add any real value.Claudiu Popa2015-03-111-9/+1
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+370