summaryrefslogtreecommitdiff
path: root/pylint/test/functional/arguments.py
Commit message (Expand)AuthorAgeFilesLines
* Check imports are located at the top of the module (right after docstring and...Laura M?dioni2015-11-101-1/+1
* Change the numeric ids of the new checkers.Claudiu Popa2015-10-181-0/+2
* Add a new error, 'repeated-keyword', when a keyword argument is passed multip...Claudiu Popa2015-10-091-1/+13
* Exempt str.format from redundant-keyword-arg when self is passed as a keywordClaudiu Popa2015-09-181-0/+8
* Add test for issue #523, which was solved in astroid. Closes issue #523.Claudiu Popa2015-06-301-0/+12
* Add tests for understanding constructors after a type() call.Claudiu Popa2015-06-271-0/+13
* Fix a false positive regarding staticmethods: they don't have an implicit arg...Claudiu Popa2015-06-151-1/+14
* Remove excessive quotes in docstringsPavel Roskin2015-02-261-1/+1
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+98