summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Create new error arguments-renamed (#4467)Konstantina Saketou2021-05-177-56/+138
* Consider using with no assign (#4476)DudeNr332021-05-177-26/+41
* Fix issues with Python 3.6.0 (#4446)Peter Kolbus2021-05-125-55/+62
* Add sys.version_info guard to import-error (#4468)Marc Mueller2021-05-121-0/+9
* Implemented new check consider-using-dict-items (#4445)yushao22021-05-112-0/+101
* Update regression tests for PyCQA/astroid#940 (#4466)Andrew Haigh2021-05-111-2/+2
* Fix tests/test_funcMarc Mueller2021-05-111-1/+1
* Fix additional test caseMarc Mueller2021-05-111-2/+2
* Strangely a new legacy test case appeared ?Pierre Sassoulas2021-05-111-1/+1
* Fix test failing because python 10 got betterPierre Sassoulas2021-05-111-2/+4
* Remove type check from arguments-differ (#4456)Marc Mueller2021-05-103-29/+62
* Issue 4430 false positive consider-using-with R1732 (#4453)DudeNr332021-05-094-29/+74
* Add Deprecated Class unittests (#4448)Matus Valo2021-05-081-0/+55
* Fix broken tests (#4450)Marc Mueller2021-05-071-9/+13
* Customize arguments-differ error messages (#4422)Konstantina Saketou2021-05-055-36/+40
* Add --fail-on option (#4227) (#4398)Dr. Nick2021-05-021-0/+63
* Add support for checking deprecated class arguments. (#4425)Matus Valo2021-05-011-0/+24
* Add new warning ``deprecated-class`` #4388 (#4419)victor2021-04-303-0/+17
* Fix retrocompatbility of numversionPierre Sassoulas2021-04-281-0/+26
* Fix too-many-ancestorsMarc Mueller2021-04-282-2/+23
* tests: Sort for comparison in test_expand_modulesStanislav Levin2021-04-281-0/+1
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-264-1/+4
* Changes after black updateMarc Mueller2021-04-265-7/+7
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-245-1/+6
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-2418-0/+463
* Enhancement 1070 file output (#4339)DudeNr332021-04-231-0/+95
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-239-11/+200
* Fix crash min-max refactoring checker (#4380)Marc Mueller2021-04-191-0/+10
* Added test case for issue #4163 (#4374)Elizabeth Bott2021-04-182-0/+9
* resolved false positive on unused variables in decorator functions (#4373)haasea2021-04-182-0/+13
* Enhancement/add checker consider using min max builtin (#4359)Qwiddle132021-04-172-0/+108
* Fix - Improve check for invalid PEP 585 syntax (#4345)Marc Mueller2021-04-124-4/+18
* Improve check for invalid PEP 585 syntax inside functions (#4340)Marc Mueller2021-04-125-3/+52
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-1155-55/+55
* New ConfusingConsecutiveElifCheckr (for: #3920) (#4318)DudeNr332021-04-114-0/+239
* Add a regression test for #2605 (#4337)Pierre Sassoulas2021-04-112-0/+17
* Add generic alias test cases (#4239)Marc Mueller2021-04-1031-0/+1260
* Update ``astroid`` to 2.5.3 (#4334)Marc Mueller2021-04-103-1/+17
* fixing comments to break into multiple linesEli Fine2021-04-101-5/+11
* obtaining list of comment directives to ignore from pylintrcEli Fine2021-04-101-0/+21
* skipping spellcheck for code flanked in backticksEli Fine2021-04-101-32/+40
* skipping spellcheck for tool directives in commentsEli Fine2021-04-101-0/+68
* Enable loading of plugins in functional tests (Fix 4331) (#4332)DudeNr332021-04-095-2/+18
* Refactor MessageId Store with a better error messagePierre Sassoulas2021-04-091-2/+2
* Don't show DuplicateBasesError for attribute access (#4317)Marc Mueller2021-04-081-1/+4
* Bug pylint 4019 (#4311)hippo912021-04-082-0/+20
* test: fix fail_under regressionchohner2021-04-074-30/+35
* test: dont fail on same scorechohner2021-04-071-1/+1
* pass if score equals fail_underchohner2021-04-071-1/+1
* Fix false-positive used-before-assignment in function returnsMarc Mueller2021-04-072-13/+19