summaryrefslogtreecommitdiff
path: root/tests/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix existing testsMarc Mueller2021-06-101-1/+1
* Fix existing codeMarc Mueller2021-06-101-3/+3
* Implemented new check consider-using-from-import (#4491)yushao22021-05-231-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-0/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-1115-15/+15
* New ConfusingConsecutiveElifCheckr (for: #3920) (#4318)DudeNr332021-04-111-0/+195
* Update copyright notice with copyritePierre Sassoulas2021-02-2810-10/+10
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-2113-4/+18
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-212-2/+0
* 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
* empty-comment line number bug fixOr Bahari2021-01-031-4/+4
* Merge pull request #3842 from luigibertaco/enhancement-3800-ignore-argument-n...hippo912020-10-181-0/+140
|\
| * 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
* | Add empty-comment checker extensionOr2020-10-072-0/+43
|/
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Sets up copyrighthippo912020-08-2013-13/+20
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-187-12/+7
* Disable redefined-outer-name necessary by design with pytestPierre Sassoulas2020-05-011-0/+1
* Remove unittest.main() not required with pytestPierre Sassoulas2020-05-012-12/+2
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-2713-18/+54