summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [no-member] Add functional tests for issue #3339issue-3339Pierre Sassoulas2021-07-011-0/+20
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-0135-1/+35
* [duplicate-code] Remove trailing whitespaces in similarity reportPierre Sassoulas2021-07-011-1/+1
* [duplicate-code] Fix crash when analysing empty function with docstringPierre Sassoulas2021-07-013-5/+14
* Fix copyright links (#4647)Marc Mueller2021-07-0157-57/+57
* [unnecessary-dict-index-lookup] Add a test case in the functional testPierre Sassoulas2021-07-012-13/+17
* Apply suggestions from code reviewyushao22021-07-012-12/+10
* fix false positive of `consider-using-dict-items`Yu Shao, Pang2021-07-012-16/+36
* fix false positive of `unnecessary-dict-index-lookup`Yu Shao, Pang2021-07-012-25/+44
* [unused-private-member] Handle the case using self to access membersPierre Sassoulas2021-07-011-0/+16
* [unused-private-member] Add some more use case in testsPierre Sassoulas2021-06-301-0/+10
* [unused-private-member] Handle the case with Call nodePierre Sassoulas2021-06-301-0/+11
* Add a regression test for issue #4631Pierre Sassoulas2021-06-303-0/+14
* Add a regression test for issue #4633Pierre Sassoulas2021-06-301-0/+22
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-292-1/+2
* Add a regression test following issue #4610Pierre Sassoulas2021-06-291-1/+8
* Add a functional test for deprecated_methodsPierre Sassoulas2021-06-292-13/+22
* Fix a syntax error in unittest_deprecated.py test codePierre Sassoulas2021-06-291-1/+1
* Added support for deprecated method aliasMatus Valo2021-06-291-0/+25
* VariableChecker now accounts for attribute lookups in type comments (#4604)Sergei Lebedev2021-06-271-0/+20
* Add type annotations to pyreverse (#4551)Mark Byrne2021-06-261-1/+72
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-253-6/+31
* Fix useless-type-doc false positive when args exist in the docstringPierre Sassoulas2021-06-252-0/+59
* Add regression tests for issue #2913Pierre Sassoulas2021-06-252-0/+20
* Fix a crash when a test function is decorated with ``@pytest.fixture`` (#4613)Pierre Sassoulas2021-06-231-0/+9
* Remove docs and code associated with the removed W0623 (redefine-in-handler) ...Lorena B2021-06-201-1/+1
* Recognize cached_property as property (#4594)Marc Mueller2021-06-193-0/+26
* Add a test for too-many-statements when modified by configurationPierre Sassoulas2021-06-173-3/+14
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-174-0/+9
* Fix update a functional test with no expected outputPierre Sassoulas2021-06-171-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-1710-0/+12
* Add regression test from #2306 (#4570)Andrew Haigh2021-06-161-0/+11
* Add regression tests for Enum.name and .value inference (#4558)Andrew Haigh2021-06-161-0/+19
* Special case for python < 3.8 with worse AST handlingPierre Sassoulas2021-06-151-5/+15
* Remove dead code, always return the confidencePierre Sassoulas2021-06-151-19/+23
* Add unit tests for OutputLinePierre Sassoulas2021-06-151-0/+89
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-153-7/+2
* Add test case from issue #119 for easier resolutionPierre Sassoulas2021-06-142-0/+26
* Fix error with slice as subscript for dictMarc Mueller2021-06-132-0/+2
* Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-123-0/+2
|\
| * Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-123-0/+2
* | Move remaining extension fixturesMarc Mueller2021-06-109-0/+0
* | Renamed code_style extension testMarc Mueller2021-06-103-0/+0
* | Moved typing extension testsMarc Mueller2021-06-1018-0/+0
|/
* Revert "Fix existing tests"Marc Mueller2021-06-1013-44/+44
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-103-0/+2
* Change to consider-using-tupleMarc Mueller2021-06-104-9/+9
* Fix existing testsMarc Mueller2021-06-1013-44/+44
* Fix existing codeMarc Mueller2021-06-106-13/+13
* Add new checker consider-using-tuple-iteratorMarc Mueller2021-06-102-0/+33