summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.14.0-b0, update changelog (#6527)v2.14.0-b1Pierre Sassoulas2022-05-109-103/+150
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-10122-144/+154
* Upgrade configuration example and add toml example (#6529)Pierre Sassoulas2022-05-103-195/+798
* Make sure that --generate-rcfile generates a valid file (#6566)Daniël van Noord2022-05-102-1/+17
* Make sure that --generate-toml-config generates a valid file (#6564)Daniël van Noord2022-05-102-1/+26
* [pre-commit.ci] pre-commit autoupdate (#6567)pre-commit-ci[bot]2022-05-101-1/+1
* Fix disabling of ``bad-option-value`` (#6556)Daniël van Noord2022-05-099-18/+216
* Add regression test for #6497 (#6498)Jacob Walls2022-05-093-0/+17
* Added while-used message example (#6562)Matus Valo2022-05-094-0/+25
* Add regression test for #6538 (#6553)Jacob Walls2022-05-091-0/+22
* Update pre-commit requirement from ~=2.18 to ~=2.19 (#6561)dependabot[bot]2022-05-091-1/+1
* Refactor ``_collect_block_lines`` (#6560)Daniël van Noord2022-05-091-31/+40
* Upgrade astroid version to 2.11.5Pierre Sassoulas2022-05-092-2/+2
* Add regression test for #6539Jacob Walls2022-05-093-0/+11
* Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)Daniël van Noord2022-05-095-12/+58
* Added try-except-raise message example (#6540)Matus Valo2022-05-093-0/+30
* Revert "Do not append namespace packages to sys.path (#6405)" (#6548)Pierre Sassoulas2022-05-097-74/+0
* Move ``process_tokens`` to ``_MessageStateHandler`` (#6546)Daniël van Noord2022-05-082-97/+98
* Move all public methods to ``_MessageStateHandler`` (#6545)Daniël van Noord2022-05-082-176/+184
* Create ``_MessageStateHandler`` and move all private methodsDaniël van Noord2022-05-082-115/+141
* Add typing to `pylint.pyreverse.diagrams.py` (#6547)Andreas Finkler2022-05-081-43/+78
* Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)Mark Byrne2022-05-074-12/+55
* Added dict-iter-missing-items message exampleMatus Valo2022-05-072-0/+6
* Make the scope of ``PyLinter`` messages explicitDaniël van Noord2022-05-071-2/+27
* Don't emit unsubscriptable-object for string annotations (#6536)Marc Mueller2022-05-079-9/+62
* Correct link to VSCode IDE integration documentation (#6534)Harry2022-05-071-1/+3
* Fix saving of persistent data files on different drives (#6526)Daniël van Noord2022-05-064-7/+75
* Change confidence for no-self-use to INFERENCEMarc Mueller2022-05-062-5/+5
* Add typing to `pylint.pyreverse.main` and `pylint.pyreverse.diadefslib` (#6518)Andreas Finkler2022-05-062-17/+26
* Add regression test of invalid-sequence-index false-positiveAndrew Haigh2022-05-061-0/+4
* Remove never run test (#6520)Daniël van Noord2022-05-061-10/+0
* spellcheck will skip the rule names of mypy inline directives (#5929)Eli Fine2022-05-064-1/+43
* Fix pylint.config's caching deprecation (#6516)Pierre Sassoulas2022-05-062-4/+8
* Fix behavior of empty `--confidence` optionJacob Walls2022-05-052-0/+9
* Move caching to pylint.lint from pylint.config and deprecate (#6468)Pierre Sassoulas2022-05-055-30/+173
* Fix typo in `SimilarChecker` docstringJacob Walls2022-05-051-1/+1
* Remove fixme from enable listJacob Walls2022-05-051-1/+0
* Fix invalid-enum-extension with IntFlag (#6511)Marc Mueller2022-05-052-11/+16
* Disable duplicate-code warningsMarc Mueller2022-05-051-0/+5
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-0584-156/+300
* Move ``PYLINTHOME`` to constants and test it (#6509)Daniël van Noord2022-05-053-45/+100
* Exit gracefully for unrecognized command line options (#6506)Daniël van Noord2022-05-052-7/+7
* Move changelog for redefined-loop-name and add "Checker" to class nameJacob Walls2022-05-052-7/+9
* Refactor of ``config.__init__.py``Daniël van Noord2022-05-052-14/+16
* Fix the loading of unrelated tools options (#6356)Pierre Sassoulas2022-05-059-3/+55
* Activate the ``duplicate-code`` checker (#6121)Pierre Sassoulas2022-05-057-3/+18
* Allow not yet published extensions links in ``linkcheck`` (#6499)Daniël van Noord2022-05-051-0/+2
* Regression tests for setup.cfg's options using the wrong section failing sile...Pierre Sassoulas2022-05-052-0/+12
* Do not report useless-suppression on duplicate-codeDaniël van Noord2022-05-055-0/+31
* Change default values of ``ignore-imports`` and ``ignore-signatures`` (#6500)Daniël van Noord2022-05-054-2/+10