summaryrefslogtreecommitdiff
path: root/tests/extensions
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-293-6/+6
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-1/+5
* Finish some incomplete typing signatures (#7442)Daniël van Noord2022-09-091-6/+6
* Fix a crash in the ``docparams`` extension when raising the result of a funct...Jacob Walls2022-05-311-0/+11
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-243-1/+8
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-11/+1
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-141-0/+69
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Remove the ``check_docs`` extension and remove any references to it (#5730)Daniël van Noord2022-01-271-3/+1
* Enable missing-raises-doc to understand class hierarchies (#5278)kasium2021-12-151-2/+4
* Move tests from ``TestConfusingConsecutiveElifChecker`` to functional tests (...Daniël van Noord2021-12-131-198/+0
* Remove redundant tests in ``TestWhileUsed`` (#5518)Daniël van Noord2021-12-131-25/+0
* Move tests from ``TestParamDocChecker`` to functional tests (#5509)Daniël van Noord2021-12-131-301/+0
* Move ``Numpy`` tests from ``TestParamDocChecker`` to functional tests (#5507)Daniël van Noord2021-12-121-140/+0
* Fix incorrect classification of property docstrings in Numpy-style (#5498)Daniël van Noord2021-12-121-36/+0
* Move some of the Numpy tests out of ``TestParamDocChecker`` (#5492)Daniël van Noord2021-12-081-585/+0
* Move tests for Google docstrings from ``TestParamDocChecker`` to functional t...Daniël van Noord2021-12-071-809/+1
* Move Sphinx docstrings out of ``TestParamDocChecker`` (#5450)Daniël van Noord2021-12-031-588/+0
* Move ``TestDocstringCheckerRaise`` to functional tests (#5444)Daniël van Noord2021-11-301-902/+0
* Move ``TestDocstringCheckerReturn`` to functional tests (#5438)Daniël van Noord2021-11-301-720/+0
* Move ``TestForAnyAll`` to functional tests (#5436)Arianna Y2021-11-291-247/+0
* Move ``TestDocstringCheckerYield`` to functional tests (#5435)Daniël van Noord2021-11-291-514/+0
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+2
* Migrate test for extension to functional testsPierre Sassoulas2021-11-2321-1100/+0
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-1/+1
* Fix ``accept-no-yields/return-doc`` for partially correct docstringsDaniël van Noord2021-11-133-0/+28
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-311-2/+8
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-251-0/+247
* 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-206-161/+161
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-186-161/+213
* Spelling and grammar fixesVille Skyttä2021-09-172-3/+3
* Add typing for ``json_reporter`` and sub-classesDaniël van Noord2021-09-162-4/+10
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-1614-0/+14
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-162-2/+4
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-0417-229/+244
* 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
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-181-0/+25
* 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-0113-0/+13
* Fix copyright links (#4647)Marc Mueller2021-07-0115-15/+15
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-251-3/+3
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-152-6/+0
* Revert "Fix existing tests"Marc Mueller2021-06-101-1/+1