summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-1321-71/+91
* [refactor] Use the context manager for PYTHONPATH in a testPierre Sassoulas2022-07-131-20/+7
* [pythonpath context manager] Fix a bug where pythonpath was not restored corr...Pierre Sassoulas2022-07-133-6/+26
* README.md: Add Discord invite/badge (#7177)Stavros Ntentos2022-07-131-0/+4
* [test] Refactor to use pytest.parametrize more in pythonpathPierre Sassoulas2022-07-131-47/+18
* [test] Refactor to use pytest.parametrize morePierre Sassoulas2022-07-131-105/+33
* [refactor] Move the context manager for pythonpath in pylint.testutilPierre Sassoulas2022-07-132-32/+38
* [refactor] Move variables outside of the context managerPierre Sassoulas2022-07-131-51/+15
* Update pre-commit requirement from ~=2.19 to ~=2.20dependabot[bot]2022-07-121-1/+1
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-07-121-2/+2
* Use trace not turtle in import_outside_toplevel testAdam Williamson2022-07-122-2/+2
* test_run_pylint_config: ignore pytest args (#7165)Adam Williamson2022-07-121-1/+1
* In "Messages Overview", show the `bad_code` first (#7162)Stavros Ntentos2022-07-111-1/+1
* [[CI] Run jobs ran only once on python 3.10 as it's faster (#7157)Daniël van Noord2022-07-114-6/+8
* Add documentation on using a minimal config file (#7158)Sigurd Spieckermann2022-07-111-0/+3
* [testutils] Add a parameter to context manager changing sys.path or cwdPierre Sassoulas2022-07-112-2/+62
* [refactor] Move test context manager to pylint.testutilsPierre Sassoulas2022-07-112-20/+20
* Increase new primer timeout to 60mJacob Walls2022-07-101-1/+1
* Prevent appending distinct crash reports together that occur in the same hour...Jacob Walls2022-07-101-1/+1
* Added documentation examples for `class-variable-slots-conflict`. (#7151)Mark Byrne2022-07-093-2/+27
* Added documentation examples for `consider-using-any-or-all`. (#7152)Mark Byrne2022-07-094-2/+24
* Allow lists of default values in parameter documentation for ``Numpy`` (#7149)Daniël van Noord2022-07-083-3/+33
* [doc] 'singleton-comparison' is equivalent to pycodestyle's 'E711' (#7148)Robin Tweedie2022-07-081-1/+1
* Remove unsupported option from our own ``pylintrc``Daniël van Noord2022-07-071-3/+0
* Add documentation examples for `too-many-return-statements` (#7070)Julthep Nandakwang2022-07-073-2/+29
* Add documentation examples for `too-many-instance-attributes` (#7069)Julthep Nandakwang2022-07-073-2/+33
* Add documentation examples for `nonexistent-operator` (#7048)Julthep Nandakwang2022-07-074-2/+11
* Add partial typing to ``class_checker`` (#7088)Daniël van Noord2022-07-072-22/+51
* Use ``regular expression`` instead of ``regex``Daniël van Noord2022-07-071-2/+2
* Fix disabling of ``fixme`` (#7144)Daniël van Noord2022-07-077-41/+33
* [test documentation] Activate all Fatal level messagesPierre Sassoulas2022-07-071-1/+1
* [test documentation] Bypass the case where everything went finePierre Sassoulas2022-07-071-0/+2
* [test documentation] Better error message when good.py tests failPierre Sassoulas2022-07-071-2/+15
* [documentation test] Default is no configuration definedPierre Sassoulas2022-07-071-5/+3
* Use the default config in the messages documentation testsDaniël van Noord2022-07-0710-1/+19
* Bump or remove some ``TODOs`` (#7141)Daniël van Noord2022-07-073-4/+4
* Added documentation examples for `invalid-slots`. (#7139)Mark Byrne2022-07-063-2/+4
* [struct.unpack] Add a test for a false positive no-member (#7138)Pierre Sassoulas2022-07-061-0/+5
* Fix false negative for `nonlocal-without-binding`. (#7099)Mark Byrne2022-07-064-7/+32
* [configuration doc] Add the '--generate-rcfile' option (#7136)Pierre Sassoulas2022-07-064-12/+15
* [empty-comment] fix checker name in code and docs (#6996)Ville Skyttä2022-07-053-16/+16
* doc(fail-under): rephrase description (#7102)Ville Skyttä2022-07-055-5/+5
* Fix crash when using `enumerate` in a ternary expression (#7132)Jacob Walls2022-07-054-3/+18
* [pre-commit.ci] pre-commit autoupdate (#7129)pre-commit-ci[bot]2022-07-051-1/+1
* Update typing-extensions requirement from ~=4.2 to ~=4.3 (#7123)dependabot[bot]2022-07-041-1/+1
* [consider-using-in] Add the proper confidence to the messagePierre Sassoulas2022-07-042-14/+15
* [consider-using-in] Suggest set instead of tuple for membershipPierre Sassoulas2022-07-042-19/+22
* Restore `sys.path` in `test_load_plugin_configuration` (#7119)Jacob Walls2022-07-041-0/+2
* [not-callable] Add a regression test for issue #4660 (#7110)Pierre Sassoulas2022-07-023-0/+48
* Update docs to explain escape character not valid (#7103)tbennett02022-07-022-2/+3