summaryrefslogtreecommitdiff
path: root/pylint/extensions/check_docs.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* method visit_class is no longer necessary in the checker; auxiliary method _v...Bruno Daniel2015-05-101-11/+0
* 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
* check_docs: implementation of option "accept-no-param-doc"Bruno Daniel2015-05-101-2/+10
* better naming, because the checker now supports not just the Sphinx styleBruno Daniel2015-05-101-22/+21
* unittest for Google style parameter documentation; first implementation of Go...Bruno Daniel2015-05-101-28/+130
* 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-081-0/+206