summaryrefslogtreecommitdiff
path: root/tests/functional/ext/docparams/parameter
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-293-5/+5
* Fix ``missing-param-doc`` for escaped underscores (#7878)Dani Alcala2022-12-041-0/+12
* Take 'accept-no-raise-doc' option into account (#7581)Brice Chardin2022-10-281-0/+1
* Fix and refactors for ``docparams`` extension (#7398)Daniël van Noord2022-09-041-0/+16
* [basic checker] Add the confidence for 'unreachable' (#7216)Pierre Sassoulas2022-07-211-2/+2
* [doc param checker] Add confidences for DocParam checker's messagePierre Sassoulas2022-07-216-82/+82
* Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-081-0/+15
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-1010-10/+10
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
* Handle asterisks better in Sphinx and Google style docstringsDaniël van Noord2022-04-075-32/+115
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-126-88/+88
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-2/+2
* Move tests from ``TestParamDocChecker`` to functional tests (#5509)Daniël van Noord2021-12-1317-0/+198
* Move some of the Numpy tests out of ``TestParamDocChecker`` (#5492)Daniël van Noord2021-12-083-0/+403
* Move tests for Google docstrings from ``TestParamDocChecker`` to functional t...Daniël van Noord2021-12-073-1/+419
* Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464)Daniël van Noord2021-12-032-16/+64
* Move Sphinx docstrings out of ``TestParamDocChecker`` (#5450)Daniël van Noord2021-12-033-0/+458
* #5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459)allanc652021-12-032-0/+24