summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.14.2, update changelogv2.14.2Pierre Sassoulas2022-06-154-3/+10
* Treat `--errors-only` as a disable, not a paired enable/disable (#6937)Jacob Walls2022-06-154-10/+22
* Mix incorrect parsing of multi-line options in ``ini`` filesDaniël van Noord2022-06-155-3/+13
* Add regression test for #6895 (#6898)Jacob Walls2022-06-155-2/+17
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-157-12/+89
* Avoid raising `undefined-loop-variable` twice on same line (#6925)Jacob Walls2022-06-154-1/+11
* Prevent pylint.run._cpu_count() from returning 0 (#6903)Paul Lichtenberger2022-06-153-1/+48
* Fixed misinterpreted modulo sign for ``consider-using-f-string`` (#6914)Paul Lichtenberger2022-06-154-18/+31
* Suppress ``unnecessary-list-index-lookup`` for whole loop on write (#6845)Tim Martin2022-06-155-18/+116
* Avoid `used-before-assignment` in except handlers employing type annotationsJacob Walls2022-06-154-6/+26
* Factor out `_defines_name_raises_or_returns_recursive`Jacob Walls2022-06-151-34/+33
* Bump pylint to 2.14.1, update changelogv2.14.1Pierre Sassoulas2022-06-066-9/+13
* Prevent `unused-import` for `if t.TYPE_CHECKING`Jacob Walls2022-06-064-10/+66
* [deleted messages] Fix helper function for old names of deleted messagesPierre Sassoulas2022-06-063-6/+10
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-0630-63/+100
* Emit fewer DeprecationWarnings in pyreverse (#6869)Jacob Walls2022-06-061-7/+8
* Fix a crash when linting ``__new__()`` methods that return a call (#6822)Huw Jones2022-06-064-4/+52
* [refactor] Callback for disabling or enabling option use a base classPierre Sassoulas2022-06-062-25/+37
* [refactor] Change the name of the stashed messages list in PyLinterPierre Sassoulas2022-06-064-17/+16
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-0612-29/+44
* Fix a crash in the optional `private_import` extensionJacob Walls2022-06-063-1/+19
* [spellcheck] Fix the spellcheck hopefully for all environments (#6827)Pierre Sassoulas2022-06-061-0/+1
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-0611-13/+103
* [deleted messages] Refactor the constant to be able to give a reasonPierre Sassoulas2022-06-064-120/+133
* Prevent warnings on dict / list index lookup with destructuring assignment (#...Tim Martin2022-06-064-10/+43
* Fix the use of abbreviations for preprocessable options on the CLI (#6820)Daniël van Noord2022-06-063-10/+52
* Prevent `used-before-assignment` for names only defined under `except` if the...Jacob Walls2022-06-064-2/+83
* Fix parsing of unrelated options in tox.ini (#6801)Daniël van Noord2022-06-064-3/+36
* Don't crash if we can't find the user's home directory (#6806)Daniël van Noord2022-06-063-2/+24
* Bump pylint to 2.14.0, update changelogv2.14.0Pierre Sassoulas2022-06-0110-21/+69
* [tbump] Upgrade the bump script in preparation of 2.14 maintenancePierre Sassoulas2022-06-011-3/+4
* [doc] Matus Valo is now a maintainerPierre Sassoulas2022-06-011-1/+2
* Bump all cache versions (#6786)Daniël van Noord2022-06-016-6/+6
* [doc] Add a check for changelogs and fix the issues encountered (#6735)Pierre Sassoulas2022-06-0136-680/+1105
* Add commit hash in the primer comment (#6783)Daniël van Noord2022-06-012-1/+11
* Fix ``.git`` in package links in the primer (#6782)Daniël van Noord2022-06-012-5/+7
* Fix a crash in the ``docparams`` extension when raising the result of a funct...Jacob Walls2022-05-313-0/+15
* Avoid comparing timestamps in fatal messagesJacob Walls2022-05-311-7/+17
* Fix version number in Primer comment runDaniël van Noord2022-05-311-1/+1
* [doc] Upgrade the doc so it's up to date with the codePierre Sassoulas2022-05-311-1/+2
* [doc] Better documentation for contributor installationPierre Sassoulas2022-05-313-44/+45
* Filter out astroid errors from the bot comment (#6773)Jacob Walls2022-05-311-24/+17
* Make ``Primer / Main`` concurrent (#6774)Daniël van Noord2022-05-311-0/+4
* Run primer on ``3.7`` and ``3.10`` (#6756)Daniël van Noord2022-05-313-4/+4
* Fix broken links in primer comments by stripping ".git" (#6768)Jacob Walls2022-05-311-1/+2
* Run ``Primer / Main`` on all pushes to mainDaniël van Noord2022-05-311-2/+0
* Add typing to ``basic_error_checker`` and ``docstring_checker``Daniël van Noord2022-05-312-21/+29
* [refactor] Use a generator for '_has_variadic_argument' (#6770)Pierre Sassoulas2022-05-311-9/+6
* Add typing to ``basic_checker``Daniël van Noord2022-05-311-17/+35
* Added documentation examples for `no-self-use`. (#6760)Mark Byrne2022-05-314-2/+27