summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-052-0/+25
* Add ``format-string-without-interpolation`` checker (#4794)Daniël van Noord2021-08-044-12/+28
* Add regression tests for astroid issue 1111Pierre Sassoulas2021-08-042-1/+19
* Add regression tests for issue #3711Pierre Sassoulas2021-08-041-0/+30
* Do not test unsupported item assignment for python 3.10Pierre Sassoulas2021-08-041-0/+2
* Fix false negative for used-before-assignment (ExceptHandler) (#4791)David Liu2021-08-034-3/+52
* Fix false positives for ``superfluous-parens`` (#4784)Daniël van Noord2021-08-038-40/+134
* Create common ``Printer`` base class for ``pyreverse`` and improve typing. (#...Andreas Finkler2021-08-035-23/+119
* Fix crash for `unused-private-member` when there are nested attributes (#4783)yushao22021-08-012-10/+30
* Fix false-positive of `unused-private-member` with class name (#4782)yushao22021-08-012-0/+25
* Update pr based on reviewYu Shao, Pang2021-08-012-6/+4
* [unused-private-member] add logic for checking nested functionsYu Shao, Pang2021-08-012-0/+45
* Fix IsADirectoryError in tests/lint/unittest_lint (#4781)Michal Vasilek2021-08-011-1/+1
* Handle has-a relationships for type-hinted arguments in class diagrams (#4745)Mark Byrne2021-07-306-9/+36
* Add ``forgotten-debug-statement`` checker (#4771)Daniël van Noord2021-07-293-0/+16
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-2918-17/+35
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-292-4/+40
* Similar check: Passe min_lines to recombined.Julien Palard2021-07-281-0/+142
* Omit no-member error if guarded behind if stmt (#4764)Marc Mueller2021-07-282-0/+82
* Use `XDG_CACHE_HOME` for `PYLINTHOME` (#4661)Eisuke Kawashima2021-07-281-1/+2
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-284-0/+85
* Remove classes.dot after testing #4762Daniël van Noord2021-07-281-6/+7
* Performance improvment of the Similarity checker (#4565)hippo912021-07-284-54/+30
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-2823-65/+140
* Fix false positive undefined variable in decorator with list comprehension (#...Marcin Kurczewski2021-07-222-0/+21
* [4692 regression] Test won't fail if the real click is installedPierre Sassoulas2021-07-212-4/+6
* [#4692] Add a regression test for inference crashPierre Sassoulas2021-07-212-0/+8
* Add a regression test for AttributeError for Subscript objectPierre Sassoulas2021-07-212-0/+14
* Fix crash if a callable returning a context manager was assigned to a list or...DudeNr332021-07-212-0/+16
* Bump pylint to 2.9.4, update changelogv2.9.4Pierre Sassoulas2021-07-203-1/+3
* Fix 4689 Exclude ``ThreadPoolExecutor`` and ``ProcessPoolExecutor`` from ``co...DudeNr332021-07-202-33/+88
* Add a regression test for generator raised StopIteration #4723Pierre Sassoulas2021-07-192-0/+22
* Add regression test TypedDict not-callable (#4717)Marc Mueller2021-07-191-0/+6
* Ignore import errors if in guarded import block (#4702)Marc Mueller2021-07-193-5/+36
* Fix cyclic import with TYPE_CHECKING (#4703)Marc Mueller2021-07-195-1/+19
* Add simplified test cases for inference of pattern variablesMarc Mueller2021-07-191-0/+14
* Remove match-crash-4685 testMarc Mueller2021-07-192-65/+0
* Add a functional tests for 4685Pierre Sassoulas2021-07-192-0/+65
* Add a regression test for undefined-loop-variable false positivePierre Sassoulas2021-07-191-0/+15
* Applied suggestions from PR reviewYu Shao, Pang2021-07-181-2/+4
* [unused-private-member] add logic to check for obj attributes whenYu Shao, Pang2021-07-181-0/+23
* Linted and re-added None check of score.Mark Bell2021-07-171-22/+28
* Added unit tests and allow fail-under to apply even when the score is exactly...Mark Bell2021-07-173-0/+55
* Fix invalid-overridden-method with nested property (#4710)Marc Mueller2021-07-152-1/+52
* Don't emit unreachable warning for empty generator functions (#4699)Marc Mueller2021-07-102-0/+14
* [undefined-variable] Simplify the undefined variable checkPierre Sassoulas2021-07-092-4/+2
* [undefined-variable] Reactivate undefined variables in the regression tests f...Pierre Sassoulas2021-07-092-4/+7
* [undefined-variable] Fix crash when metaclass was parsed as an attributePierre Sassoulas2021-07-092-0/+19
* Catch MRO error when applying missing hints feature. (#4688)doranid2021-07-082-0/+8
* Update code from review feedbackYu Shao, Pang2021-07-072-23/+22