summaryrefslogtreecommitdiff
path: root/pylint/extensions/_check_docs_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-1/+1
* Use alias for astroid.nodes 03 (#4866)Marc Mueller2021-08-181-14/+15
* Bump pylint to 2.9.4, update changelogv2.9.4Pierre Sassoulas2021-07-201-1/+1
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-291-1/+1
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-251-4/+0
* Fix useless-type-doc false positive when args exist in the docstringPierre Sassoulas2021-06-251-0/+4
* Add a '__repr__' function in DocstringPierre Sassoulas2021-06-251-0/+3
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Fix existing codeMarc Mueller2021-06-101-2/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Initialize a boolean value as False instead of NonePierre Sassoulas2021-02-071-1/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-3/+7
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Fix formatting errorClaudiu Popa2019-10-171-1/+1
* docparams can identify multiple types in raises sectionsAshley Whetter2019-10-171-7/+20
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* Allow a `.` as a prefix for Sphinx name resolution. (#3058)Danny Hermes2019-08-161-1/+1
* Add 'of' to GoogleDocstring multiple type (#2884)Zeb Nicholls2019-04-291-1/+1
* Support optional ~ or ! prefix for docstring typesJim Robertson2018-12-281-10/+7
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-281-1/+1
* Fix missing-raises-doc false positive (W9006)Jim Robertson2018-12-281-11/+19
* Reformat the code with blackClaudiu Popa2018-09-171-93/+145
* Can specify a default docstring type for when the check cannot guess the type...Ashley Whetter2018-07-241-2/+16
* Update copyright noticesClaudiu Popa2018-07-151-2/+6
* Add new checker useless-object-inheritance.ssolanki2018-06-201-1/+1
* pyupgrade (#2136)Anthony Sottile2018-05-221-2/+2
* Fixed up a couple of docstringsAshley Whetter2018-05-161-2/+2
* Add support for numpydoc return value names (#2031)Mitchell T.H. Young2018-04-241-2/+3
* Ignore 'optional' type specifier for google docstring (#2023)Adrian Chirieac2018-04-241-0/+1
* Fixed false positive when a numpy Attributes section follows a Parameters sec...Ashley Whetter2018-02-161-0/+12
* Regenerate copyright noticesClaudiu Popa2017-12-151-3/+6
* Fixed false positive for compact argument docs with container typesAshley Whetter2017-11-111-2/+7
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-261-0/+1
* Support for Google docstring Keyword Args sections (#1664)hippo912017-09-171-0/+6
* Allow simple xrefs for types in docstrings (#1602)Mitar2017-08-251-3/+3
* fixup! Added docparams property testsAshley Whetter2017-07-081-45/+65
* Added docparams property testsAshley Whetter2017-07-081-7/+10
* docparams can find property return typesAshley Whetter2017-07-081-3/+28
* docparams checks for errors in a setters property docstringAshley Whetter2017-07-081-0/+62
* docparams now ignores "optional" specifier on parameter docs (#1391)Ashley Whetter2017-03-311-1/+1
* Can detect multiple types in docstring type fields (#1294)Ashley Whetter2017-01-271-12/+13
* Added Epytext support to docparams extension (Closes #1030)Yuri Bochkarev2016-07-231-7/+44
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+6
* Bisect 'missing-[returns|yield]-doc' warnings into separate text/type checks.Glenn Matthews2016-07-191-6/+46
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Do not crash when calling unpack_infer. Close #998Claudiu Popa2016-07-181-4/+8