summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Allow failing when score is affected by `Information` warning (#5318)Daniël van Noord2021-11-291-2/+7
* | Bump actions/setup-python from 2.3.0 to 2.3.1 (#5430)dependabot[bot]2021-11-293-16/+16
* | Bump actions/cache from 2.1.6 to 2.1.7 (#5429)dependabot[bot]2021-11-292-17/+17
* | Bump flake8-typing-imports from 1.10.1 to 1.11.0 (#5432)dependabot[bot]2021-11-291-1/+1
* | Update coverage requirement from ~=6.1.2 to ~=6.2 (#5433)dependabot[bot]2021-11-291-1/+1
* | Bump sphinx from 4.3.0 to 4.3.1 (#5431)dependabot[bot]2021-11-291-1/+1
* | Update ``primer`` tests to own file, separate batches and concurrent runs (#5...Daniël van Noord2021-11-299-137/+274
* | Move most tests of ``TestStdlibChecker`` to functional tests (#5427)Daniël van Noord2021-11-293-66/+32
* | Move ``TestLoggingModuleDetection`` to functional tests (#5428)Daniël van Noord2021-11-2917-183/+90
* | Move ``TestExceptionsChecker`` to functional tests (#5420)Daniël van Noord2021-11-285-54/+14
* | Update description of ``ignore-paths`` (#5415)Daniël van Noord2021-11-282-1/+7