summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unneccessary use of parenthesis in add_messagetypo-and-small-fixes-before-5558Pierre Sassoulas2021-12-201-1/+1
* Fix the typing for BroadTryClause.visit_tryexceptPierre Sassoulas2021-12-201-1/+2
* Fix some typoes before adding typing for checker registeringPierre Sassoulas2021-12-203-20/+12
* Fix unexpected types used in 'get_global_option' (#5555)Pierre Sassoulas2021-12-201-1/+1
* Ignore files with name that starts like an emacs lock files (#5554)Pierre Sassoulas2021-12-2012-7/+47
* Update default evaluation formula to match that in default pylintrc (#5553)Jacob Walls2021-12-191-3/+3
* Check if decorator returns use keyword (``unexpected-keyword-arg``) (#5547)Daniël van Noord2021-12-185-0/+174
* Fix ``used-before-assignment`` for conditional self-referential typing (#5532)Daniël van Noord2021-12-184-1/+24
* Remove unnecessary `if` statement in variable consumption checker (#5531)Daniël van Noord2021-12-181-17/+13
* Fixed extremely long processing of long lines with comma's (#5534)Daniël van Noord2021-12-175-16/+51
* Add typing to ``_determine_callable`` (#5548)Daniël van Noord2021-12-171-4/+20
* Fix crash on uninferable decorators on Python 3.6 and 3.7 (#5549)Daniël van Noord2021-12-175-1/+16
* Add regression test for issue #5382 (#5550)Daniël van Noord2021-12-171-0/+29
* Fix ``not-callable`` for attributes that alias ``NamedTuple`` (#5537)Daniël van Noord2021-12-175-20/+55
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-1730-55/+57
* [refactor] Create a file for the ClassChecker in pylint.classesPierre Sassoulas2021-12-172-2048/+2053
* [refactor] Create a file for the SpecialMethodsChecker in pylint.classesPierre Sassoulas2021-12-172-369/+387
* Style following review: better docstringPierre Sassoulas2021-12-171-2/+1
* [refactor] Create a package in order to be able to burst classes.pyPierre Sassoulas2021-12-171-0/+0
* Factor out `_uncertain_nodes_in_except_blocks()` (#5541)Jacob Walls2021-12-171-34/+51
* Add ``future=True`` to all ``NodeNG.statement()`` calls (#5310)Daniël van Noord2021-12-167-32/+64
* Upgrade mypy to 0.920 (#5535)Marc Mueller2021-12-165-5/+9
* Fix assigning-non-slot false positive with setattr (#5457)Jake Lishman2021-12-155-0/+47
* Add additional test cases used-before-assignment with try-except (#5523)Marc Mueller2021-12-152-1/+37
* Update typing of reporter attributes in ``PyLinter`` (#5525)Daniël van Noord2021-12-152-14/+18
* Enable missing-raises-doc to understand class hierarchies (#5278)kasium2021-12-158-18/+111
* Produce a score of 0 for fatal errors and add fatal to score evaluation (#5521)Jacob Walls2021-12-147-10/+33
* typecheck: simplify variadic positional detection (#5417)Jérome Perrin2021-12-144-14/+33
* Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...Jacob Walls2021-12-145-2/+32
* Modify the description of HIGH confidence for accuracyPierre Sassoulas2021-12-141-1/+1
* Fix the typing of pylint.interfaces.implementsPierre Sassoulas2021-12-141-2/+6
* Fix typo in pylint/interfaces.pyPierre Sassoulas2021-12-141-3/+3
* Add Confidences in pylint.interfaces APIPierre Sassoulas2021-12-141-3/+13
* Check `node` location attributes in unittests and update tests (#5383)Daniël van Noord2021-12-1310-15/+239
* New checker - Detect use of unnecessary ellipsis (#5470)Mark Byrne2021-12-138-3/+161
* Fix false-positive 'used-before-assignment' for assignments in except blocks ...Jacob Walls2021-12-135-7/+55
* Move tests from ``TestConfusingConsecutiveElifChecker`` to functional tests (...Daniël van Noord2021-12-133-205/+111
* Move tests from ``TestComparison`` to functional tests (#5520)Daniël van Noord2021-12-135-134/+31
* Remove redundant tests in ``TestWhileUsed`` (#5518)Daniël van Noord2021-12-131-25/+0
* Update pytest-xdist requirement from ~=2.4 to ~=2.5dependabot[bot]2021-12-131-1/+1
* Bump actions/download-artifact from 2.0.10 to 2.1.0dependabot[bot]2021-12-131-1/+1
* Bump actions/upload-artifact from 2.2.4 to 2.3.0dependabot[bot]2021-12-131-2/+2
* Unify validation of functional test option files (#5510)Daniël van Noord2021-12-132-10/+9
* Style - Remove unrelated error in tests for unnecessary-dict-index-lookupPierre Sassoulas2021-12-132-43/+48
* Add a DeprecationWarning to set_config_directly (#5511)Daniël van Noord2021-12-132-0/+24
* Move tests from ``TestParamDocChecker`` to functional tests (#5509)Daniël van Noord2021-12-1320-305/+212
* Emit `used-before-assignment` in final or except blocks where try statements...Jacob Walls2021-12-137-7/+77
* Move ``Numpy`` tests from ``TestParamDocChecker`` to functional tests (#5507)Daniël van Noord2021-12-125-151/+134
* Fix incorrect classification of property docstrings in Numpy-style (#5498)Daniël van Noord2021-12-127-64/+80
* Fix #5504: Fix crash if the output of items() is assigned to a 1-tuple (#5505)Jacob Walls2021-12-124-0/+19