summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-0146-11/+46
* [duplicate-code] Remove trailing whitespaces in similarity reportPierre Sassoulas2021-07-011-1/+1
* [duplicate-code] Separate creation and displaying of similarity reportsPierre Sassoulas2021-07-011-17/+20
* [duplicate-code] Add typing for '_display_sims'Pierre Sassoulas2021-07-011-3/+3
* [duplicate-code] Rename french variable name to english in legacy codePierre Sassoulas2021-07-011-13/+13
* [duplicate-code] Fix crash when analysing empty function with docstringPierre Sassoulas2021-07-011-1/+7
* Fix copyright links (#4647)Marc Mueller2021-07-01104-104/+104
* Move back to a dev version following 2.9.2 releasePierre Sassoulas2021-07-011-1/+1
* Bump pylint to 2.9.2, update changelogv2.9.2Pierre Sassoulas2021-07-011-1/+1
* Apply suggestions from code reviewyushao22021-07-012-9/+4
* fix false positive of `consider-using-dict-items`Yu Shao, Pang2021-07-011-1/+1
* fix false positive of `unnecessary-dict-index-lookup`Yu Shao, Pang2021-07-011-1/+8
* [unused-private-member] Handle the case using self to access membersPierre Sassoulas2021-07-011-1/+1
* [unused-private-member] Remove boolean in favor of using for/elsePierre Sassoulas2021-07-011-18/+8
* [unused-private-member] Create functions for each part of the checkPierre Sassoulas2021-07-011-5/+6
* [unused-private-member] Remove a check that is done later anywayPierre Sassoulas2021-06-301-5/+1
* [unused-private-member] Handle the case with Call nodePierre Sassoulas2021-06-301-4/+19
* [unused-private-member] Handle the 'None' case for attribute expressionPierre Sassoulas2021-06-301-0/+2
* [unused-private-member] Remove boolean in favor of using for/elsePierre Sassoulas2021-06-301-7/+3
* Add typing in '_check_unused_private_members''s for loopsPierre Sassoulas2021-06-301-1/+3
* Move back to a dev version following 2.9.1 releasePierre Sassoulas2021-06-301-1/+1
* Bump pylint to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-06-302-2/+2
* Fix deprecated methods from #4620Matus Valo2021-06-291-6/+1
* Move back to a dev version and upgrade documentationPierre Sassoulas2021-06-291-1/+1
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-2911-5/+12
* Added various deprecated functions/methods for python 3.10, 3.7, 3.6 and 3.3Matus Valo2021-06-291-1/+24
* Fixed failing unittestsMatus Valo2021-06-291-1/+5
* Added support for deprecated method aliasMatus Valo2021-06-291-5/+9
* Omit 'checker' in verbatim name of ``ConfusingConsecutiveElifChecker`` as it ...DudeNr332021-06-291-1/+1
* VariableChecker now accounts for attribute lookups in type comments (#4604)Sergei Lebedev2021-06-272-0/+6
* Add type annotations to pyreverse (#4551)Mark Byrne2021-06-264-27/+99
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-252-15/+11
* Fix useless-type-doc false positive when args exist in the docstringPierre Sassoulas2021-06-252-3/+15
* Add a '__repr__' function in DocstringPierre Sassoulas2021-06-251-0/+3
* Fix a crash when a test function is decorated with ``@pytest.fixture`` (#4613)Pierre Sassoulas2021-06-231-1/+2
* Remove docs and code associated with the removed W0623 (redefine-in-handler) ...Lorena B2021-06-203-48/+1
* Recognize cached_property as property (#4594)Marc Mueller2021-06-191-1/+1
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-173-8/+33
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-1719-4/+24
* Migration from setuptools_scm to tbumpPierre Sassoulas2021-06-171-6/+1
* Remove deprecated astroid.Index and astroid.ExtSlice nodes (#4568)Marc Mueller2021-06-164-27/+4
* Remove deprecated astroid.Ellipsis node (#4567)Marc Mueller2021-06-162-6/+5
* Refactor the json reporter so handle message work the same wayPierre Sassoulas2021-06-151-8/+6
* Use a NamedTuple from typing directlyPierre Sassoulas2021-06-151-5/+9
* Remove dead code, always return the confidencePierre Sassoulas2021-06-151-3/+1
* Add unit tests for OutputLinePierre Sassoulas2021-06-151-5/+8
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-157-28/+21
* Add test case from issue #119 for easier resolutionPierre Sassoulas2021-06-141-2/+0
* Fix error with slice as subscript for dictMarc Mueller2021-06-131-2/+2
* Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-122-84/+84
|\