summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump black from 21.11b1 to 21.12b0dependabot/pip/black-21.12b0dependabot[bot]2021-12-061-1/+1
* fix deleting files for pyreverse tests (#5476)Antonio Quarta2021-12-051-1/+7
* Treat `typing.NamedTuple` self as a sequence (#5346)Mark Byrne2021-12-056-17/+63
* Revert renaming extension tests (#5473)Marc Mueller2021-12-0532-14/+14
* Add tempfile.TemporaryFile to CALLS_RETURNING_CONTEXT_MANAGERSJacob Walls2021-12-041-0/+1
* Fix #5371: Correctly count arguments to static methods missing @staticmethod ...Jacob Walls2021-12-037-12/+39
* Add typing to ``PyLinter.reporter`` (#5325)Daniël van Noord2021-12-036-11/+34
* Docker: Python 3.10 and Alpine 3.15 (#5443)oittaa2021-12-032-1/+3
* fix(4716): fix false positive `unnecessary_dict_index_lookup` emitted when `d...yushao22021-12-035-9/+36
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-0313-28/+76
* Add a warning in functional test update for bad python versionsPierre Sassoulas2021-12-034-3/+31
* Add unit tests for LintModuleOutputUpdatePierre Sassoulas2021-12-031-0/+63
* Move LintModuleOutputUpdate to pylint.testutil.functionalPierre Sassoulas2021-12-033-22/+30
* Move the function go retrieve test file to pylint.testutil.functionalPierre Sassoulas2021-12-033-23/+42
* Deprecate some file in pylint/testutils and update changelogPierre Sassoulas2021-12-037-75/+113
* Remove a constant that was never used anywherePierre Sassoulas2021-12-031-2/+0
* Move the filter for isort 5 out of the generic functionPierre Sassoulas2021-12-031-5/+6
* Rename get_tests to get_functional_test_files_from_directoryPierre Sassoulas2021-12-031-4/+5
* Add a path argument to get_tests for functional testsPierre Sassoulas2021-12-031-4/+6
* Add mermaidjs as format output for pyreverse (#5272)Antonio Quarta2021-12-0313-3/+288
* Upgrade the version to 2.13.0-dev0 following 2.12.2 releasePierre Sassoulas2021-12-032-2/+2
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-0316-28/+38
* Add Copyrite configuration for Yu ShaoPierre Sassoulas2021-12-031-0/+5
* Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464)Daniël van Noord2021-12-035-21/+76
* Deprecate ``is_inside_lambda`` from utils (#5447)Daniël van Noord2021-12-034-3/+16
* Add endLine and endColumn keys to JSONReporter (#5456)Marc Mueller2021-12-035-18/+76
* Update outdated class name in "How to Write a Checker" test example (#5449)Philipp Albrecht2021-12-032-1/+3
* Move Sphinx docstrings out of ``TestParamDocChecker`` (#5450)Daniël van Noord2021-12-0310-611/+560
* Move ``no-member`` tests from ``TestTypeChecker`` (#5453)Daniël van Noord2021-12-034-115/+65
* #5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459)allanc652021-12-035-10/+36
* Move various tests from ``TestTypeChecker`` to functional tests (#5455)Daniël van Noord2021-12-026-183/+111
* Fix false positive for ``used-before-assignment`` for vars in methods (#5454)Daniël van Noord2021-12-026-36/+77
* Refactor of ``visit_name`` in ``variables`` checker (#5241)Daniël van Noord2021-12-021-240/+296
* Merge pull request #5331 from yushao2/fix--false-negative-5323yushao22021-11-306-4/+62
|\
| * chore(*): moved changelog entry from 2.12 to 2.13Yu Shao, Pang2021-11-293-31/+31
| * Update pylint/checkers/refactoring/recommendation_checker.pyyushao22021-11-291-1/+1
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-11-291-1/+0
| * update code based on code reviewyushao22021-11-291-3/+3
| * Apply suggestions from code reviewyushao22021-11-291-2/+2
| * added util functions and changed code according to pr commentsYu Shao2021-11-294-23/+40
| * Apply suggestions from code reviewyushao22021-11-293-3/+19
| * fix(consider-interating-dictionary): fix false negativesYu Shao2021-11-295-31/+57
* | Add type of docstring to ``missing_raises_doc`` functional tests (#5445)Daniël van Noord2021-11-303-19/+19
* | Move ``TestDocstringCheckerRaise`` to functional tests (#5444)Daniël van Noord2021-11-3022-902/+667
* | Move ``TestDocstringCheckerReturn`` to functional tests (#5438)Daniël van Noord2021-11-3024-720/+457
* | Fix ``_regexp_paths_csv_validator`` for already validated valuesDaniël van Noord2021-11-293-2/+21
* | [pre-commit.ci] pre-commit autoupdate (#5440)pre-commit-ci[bot]2021-11-291-1/+1
* | Move ``TestForAnyAll`` to functional tests (#5436)Arianna Y2021-11-293-247/+89
* | Move ``TestDocstringCheckerYield`` to functional tests (#5435)Daniël van Noord2021-11-2923-514/+332
* | Move most tests out of ``TestImportsChecker`` (#5434)Daniël van Noord2021-11-297-99/+35