summaryrefslogtreecommitdiff
path: root/tests/extensions/test_check_docs.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+2
* Fix ``accept-no-yields/return-doc`` for partially correct docstringsDaniël van Noord2021-11-131-0/+7
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-311-2/+8
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-181-11/+11
* Improve documentation of ``docparams`` extension and fix tests (#5095)Daniël van Noord2021-10-141-1/+83
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-101-2/+1
* Fix empty regex options not converting to regexDaniël van Noord2021-09-291-1/+3
* Make test decorator use ``checker.set_option()``Daniël van Noord2021-09-291-2/+3
* Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)Daniël van Noord2021-09-201-95/+95
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-181-95/+121
* Spelling and grammar fixesVille Skyttä2021-09-171-2/+2
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-88/+90
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-1/+1
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-191-4/+3
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-251-3/+3
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+4
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-24/+16
* Enforce docparams consistently when docstring is not present (#3916)Logan Miller2021-01-091-1/+39
* adds `useless-param-doc` and `useless-type-doc`Luigi2020-09-251-15/+30
* Adds support to `ignored-argument-names` in DocstringParameterCheckerLuigi2020-09-181-0/+125
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+4
* Fix the broken tests: raises do not exist in PythonPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix function redefinition in check_docsPierre Sassoulas2020-04-201-2/+2
* [tests lint] Disable all the too-many-public-methods warningPierre Sassoulas2020-04-201-0/+3
* [tests lint] Fix some E0102: method already defined in testsPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix all W0612 unused-variable in pylint's own testsPierre Sassoulas2020-04-201-2/+2
* Exempt kwonly arguments when they are annotated from missing-type-doc. Close ...Claudiu Popa2019-09-231-0/+18
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-5/+0
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-221-526/+476
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+2191