summaryrefslogtreecommitdiff
path: root/pylint/test/extensions/test_check_docs.py
Commit message (Expand)AuthorAgeFilesLines
* Stopped installing tests with packageAshley Whetter2019-06-201-2191/+0
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-3/+3
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-4/+3
* Update copyright noticesClaudiu Popa2018-07-151-2/+4
* Take annotations in account for missing-type-doc and missing-return-docSushobhit2018-05-191-0/+158
* Relaxed docstring checks for abstract methodsAshley Whetter2018-05-071-0/+111
* Ignore 'optional' type specifier for google docstring (#2023)Adrian Chirieac2018-04-241-0/+21
* Fixed false positive when a numpy Attributes section follows a Parameters sec...Ashley Whetter2018-02-161-0/+23
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+6
* Fixed false positive for compact argument docs with container typesAshley Whetter2017-11-111-3/+25
* Fixed masking of docparam test failuresAshley Whetter2017-11-111-4/+4
* Support for Google docstring Keyword Args sections (#1664)hippo912017-09-171-0/+57
* Allow simple xrefs for types in docstrings (#1602)Mitar2017-08-251-0/+41
* fixup! Added docparams property testsAshley Whetter2017-07-081-10/+76
* Added docparams property testsAshley Whetter2017-07-081-0/+332
* docparams checks for errors in a setters property docstringAshley Whetter2017-07-081-0/+15
* docparams now ignores "optional" specifier on parameter docs (#1391)Ashley Whetter2017-03-311-0/+22
* Split missing+differing docstring param checks (#1344)John Paraskevopoulos2017-03-111-13/+37
* Can detect multiple types in docstring type fields (#1294)Ashley Whetter2017-01-271-0/+65
* Remove pytest.main calls.Derek Gustafson2016-12-071-4/+0
* Reduce dependency on unittestDerek Gustafson2016-12-061-4/+5
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Recognize multiple valid keyword synonyms, supported by SphinxGlenn Matthews2016-07-181-3/+3
* Fix false positive for missing-[type,param]-doc (#1006)Glenn Matthews2016-07-151-1/+54
* Move the docstring param checker to docparams.py.Claudiu Popa2016-06-301-1/+1
* Rename the docstring parameter checker to something that suggest more clearly...Claudiu Popa2016-06-301-2/+2
* Use astroid.extract_node instead of test_utils.extract_nodeClaudiu Popa2016-06-291-43/+42
* Fixed qualified type detection in sphinx docstringsAshley Whetter2016-06-251-7/+12
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-0/+3
* Check docs improvements (#918)Ashley Whetter2016-05-301-0/+248
* Added a new extension for checking documented exceptions raised (#904)Ashley Whetter2016-05-201-10/+3
* [ADD] check_docs can find constructor parameters in __init__ (#887)Ashley Whetter2016-04-301-0/+259
* Take in account kwonlyargs when verifying that arguments are definedClaudiu Popa2016-01-091-0/+22
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-18/+18
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-2/+2
* Revert drone.io test change, add test.extensions.__init__.Claudiu Popa2015-05-111-1/+0
* Test drone.io misbehaviour.Claudiu Popa2015-05-111-0/+1
* Move extensions/test to pylint.test, so they could be tested along with the r...Claudiu Popa2015-05-101-0/+644