summaryrefslogtreecommitdiff
path: root/pylint/extensions
Commit message (Expand)AuthorAgeFilesLines
* fix elif-used ruleLaura M?dioni2015-11-301-18/+4
* pylint extension to check for use of "else if" instead of "elsif"Laura M?dioni2015-11-271-0/+76
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-1/+1
* Cleanup.Claudiu Popa2015-05-111-35/+27
* Change the name of the parameter checker, so that it can be chosen easily at ...Claudiu Popa2015-05-101-1/+1
* Move extensions/test to pylint.test, so they could be tested along with the r...Claudiu Popa2015-05-101-644/+0
* further unit test for space_indentationBruno Daniel2015-05-101-0/+1
* method visit_class is no longer necessary in the checker; auxiliary method _v...Bruno Daniel2015-05-102-17/+18
* check_docs: Handle class constructors from within visit_function.Bruno Daniel2015-05-101-10/+17
* accept-no-param-doc turned into a yes/no option; documentation for this param...Bruno Daniel2015-05-101-2/+1
* unit test for the option accept_no_param_docBruno Daniel2015-05-101-1/+26
* check_docs: implementation of option "accept-no-param-doc"Bruno Daniel2015-05-101-2/+10
* pylint documentation: Demonstrate parameter documentation checking for Google...Bruno Daniel2015-05-101-1/+1
* better naming, because the checker now supports not just the Sphinx styleBruno Daniel2015-05-102-58/+57
* unit test for constructor parameter documentation in Google and Numpy styleBruno Daniel2015-05-101-1/+68
* unit test for see sentence in Google and Numpy style docstringBruno Daniel2015-05-101-2/+42
* unit test for wrong names of function params in Google and numpy style docstr...Bruno Daniel2015-05-101-2/+110
* unit tests for correctly documented parameters and return values (all 3 styles)Bruno Daniel2015-05-101-2/+53
* unit tests for Google and Numpy style in class methodsBruno Daniel2015-05-101-2/+62
* unit test for Numpy style parameter documentation; improvements of other unit...Bruno Daniel2015-05-101-9/+40
* unittest for Google style parameter documentation; first implementation of Go...Bruno Daniel2015-05-102-33/+170
* documentationBruno Daniel2015-05-081-0/+2
* check_docs: Emit error messages only when it detects that at least one :param...Bruno Daniel2015-05-081-1/+10
* Tolerate no Sphinx parameter documentation at all: unit testBruno Daniel2015-05-083-0/+418