summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade the version to 2.12.1-dev0 following 2.12.0 releaserelease-branch-2.12Pierre Sassoulas2021-11-242-2/+2
* Bump pylint to 2.12.0, update changelogPierre Sassoulas2021-11-2459-48/+165
* Add Copyrite configuration for Nick PescePierre Sassoulas2021-11-241-0/+5
* Update functional test expected output (#5349)Daniël van Noord2021-11-24427-2748/+2889
* Fix checking of ``confidence`` in the unittests (#5376)Daniël van Noord2021-11-248-50/+110
* Update reporters to (allow) use of ``end_line`` and ``end_column`` (#5372)Daniël van Noord2021-11-245-2/+111
* Primer tests "à la mypy" (#5173)Pierre Sassoulas2021-11-2412-3/+335
* Fix a crash on psycopg2 for elif used (#5369)Pierre Sassoulas2021-11-245-41/+57
* Make parallel checker use ``MessageLocationTuple`` for ``Message`` (#5381)Daniël van Noord2021-11-241-2/+4
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-2332-37/+31
* Consistency in functional tests for extension's namePierre Sassoulas2021-11-2331-1/+1
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-2372-3/+2
* Migrate test for extension to functional testsPierre Sassoulas2021-11-2343-673/+204
* [pre-commit.ci] pre-commit autoupdate (#5377)pre-commit-ci[bot]2021-11-221-2/+2
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-228-16/+79
* Add additional tests for ``OutputLine``Daniël van Noord2021-11-221-0/+17
* Bump actions/setup-python from 2.2.2 to 2.3.0 (#5367)dependabot[bot]2021-11-222-13/+13
* Update documentation on writing tests for ``pylint`` (#5366)Daniël van Noord2021-11-223-74/+141
* Bump black from 21.10b0 to 21.11b1 (#5368)dependabot[bot]2021-11-221-1/+1
* [refactor] Permit to get the expected exit code in configuration test frameworkPierre Sassoulas2021-11-2214-18/+78
* Prevent crash when parsing the toml to also crash pylintPierre Sassoulas2021-11-226-1/+21
* [doc] Add basic documentation for toml configuration filesPierre Sassoulas2021-11-221-0/+3
* Add regression test (#5339)Daniël van Noord2021-11-211-0/+18
* Add tests `inherit-non-class` with subscriptable class (#5354)Marc Mueller2021-11-213-0/+27
* Upgrade astroid to 2.9.0 (#5355)Marc Mueller2021-11-216-14/+18
* Add accetpance tests in CI for python 3.8+ instead of launching manually at r...Pierre Sassoulas2021-11-215-60/+101
* Revert "Update functional test updater to print actual string (#5351)" (#5352)Daniël van Noord2021-11-212-9/+3
* Update functional test updater to print actual string (#5351)Daniël van Noord2021-11-212-3/+9
* Fix crash on ``open()`` calls for non-string ``mode`` arguments (#5332)Daniël van Noord2021-11-205-18/+93
* Update documentation for command-line output options and custom reporters (#5...Arianna Y2021-11-191-8/+39
* Use isort's black profile (#5330)Kound2021-11-181-3/+1
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-1718-29/+30
* Add casts to ``linter.reporter`` in testsDaniël van Noord2021-11-161-1/+10
* Add ``enable-all-extensions`` option (#5315)Daniël van Noord2021-11-154-1/+53
* [pre-commit.ci] pre-commit autoupdate (#5314)pre-commit-ci[bot]2021-11-151-1/+1
* Bump isort from 5.10.0 to 5.10.1 (#5308)dependabot[bot]2021-11-151-1/+1
* Update tbump requirement from ~=6.5.0 to ~=6.6.0 (#5307)dependabot[bot]2021-11-151-1/+1
* Bump sphinx from 4.2.0 to 4.3.0 (#5309)dependabot[bot]2021-11-151-1/+1
* Fix crash for ``protected-access`` on (outer)-class traversal (#5305)Daniël van Noord2021-11-155-1/+25
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-1419-44/+112
* Fix user specific path in functional conf tests for tox (#5301)Pierre Sassoulas2021-11-142-4/+8
* Remove redundant brackets (#5300)Marc Mueller2021-11-131-1/+1
* Add a whatsnew entry for python <3.6.2 incompatibility (#5297)Pierre Sassoulas2021-11-131-0/+9
* Clarify syntax in pylint.lint example (#5260)Felix von Drigalski2021-11-132-2/+4
* Pylint fix for invalid TOML config (#4720)Tanvi Moharir2021-11-1317-5/+94
* Fix ``accept-no-yields/return-doc`` for partially correct docstringsDaniël van Noord2021-11-136-4/+44
* Make y/n validator case insensitive (#5294)Tushar Sadhwani2021-11-123-0/+6
* Create a framework of functional tests for configuration files (#5287)Pierre Sassoulas2021-11-1222-101/+307
* Add tests for crash on assignment expressions in if statemenpyttsDaniël van Noord2021-11-123-0/+25
* Add tests for crash on inference of ``__len__``Daniël van Noord2021-11-121-0/+12