summaryrefslogtreecommitdiff
path: root/tests/functional/a
Commit message (Expand)AuthorAgeFilesLines
* Flag `superfluous-parens` if parentheses are used during string concatenation...Dani Alcala2022-11-131-1/+1
* Update wording to clarify overriding object. (#7504)Dani Alcala2022-09-202-23/+23
* Add child class name and confidence to ``abstract-method`` message (#7503)Dani Alcala2022-09-201-16/+16
* Update assert-on-tuple for any populated tuple (#7468)Dani Alcala2022-09-192-7/+11
* Fix false positive for ``too-many-function-args`` when a function call is ass...Mark Byrne2022-09-021-1/+18
* Improve TypeVar name regex (#7322)Marc Mueller2022-08-191-2/+2
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1817-119/+116
* Fix tests for Python 3.11 (#7167)Adam Williamson2022-07-141-1/+1
* Prevent additional `unsupported-binary-operation` messages for metaclasses de...Jacob Walls2022-06-243-35/+44
* Fix ``unsupported-binary-operation`` on classes that overload or (#6664)Tim Martin2022-06-233-1/+55
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-103-3/+3
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-056-7/+6
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-042-3/+3
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-047-45/+48
* Remove ``assign-to-new-keyword`` (#6421)Daniël van Noord2022-04-213-24/+0
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-182-2/+2
* Normalize the pylint disables in functional testsPierre Sassoulas2022-04-182-2/+2
* [refactor] Simpler and more performant way to check for duplicate-argumentPierre Sassoulas2022-04-011-2/+1
* 'duplicate-argument-name' raises once for each set of duplicated argumentsPierre Sassoulas2022-04-011-1/+1
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-1/+1
* Make ``arguments-differ`` check extra parameters for default values (#5539)Daniël van Noord2022-03-244-9/+41
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-124-46/+46
* Move functional test files to new structureDaniël van Noord2022-02-1016-0/+0
* Fix assignment-from-none false negative case using list.sort() (#5738)orSolocate2022-02-022-0/+3
* Add confidence level `CONTROL_FLOW` (#5709)Jacob Walls2022-01-261-3/+3
* Fix unprotected accesses to parent.name and add tests (#5675)Arianna Y2022-01-142-0/+28
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-2/+2
* Fix assigning-non-slot false positive with setattr (#5457)Jake Lishman2021-12-151-0/+27
* Fix #5371: Correctly count arguments to static methods missing @staticmethod ...Jacob Walls2021-12-033-8/+30
* Move ``TestNameChecker`` to functional tests (#5421)Daniël van Noord2021-11-283-0/+24
* Move ``TestVariablesChecker`` to functional tests (#5400)Daniël van Noord2021-11-252-5/+13
* Update functional test expected output (#5349)Daniël van Noord2021-11-2423-192/+192
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-1/+1
* Add tests for crash on assignment expressions in if statemenpyttsDaniël van Noord2021-11-121-0/+17
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-312-15/+91
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-251-0/+0
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-153-2/+9
* Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)Marc Mueller2021-09-211-1/+6
* Spelling and grammar fixesVille Skyttä2021-09-174-4/+4
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-111-1/+1
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-016-6/+6
* Fix false positive ``protected-access`` in typing (#4937)Daniël van Noord2021-08-313-0/+34
* Add regression tests for PyCQA/astroid#1151David Liu2021-08-301-1/+23
* Fix typo in assigment_from_no_return functional testsPierre Sassoulas2021-08-302-0/+0
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-308-8/+0
* Merge abstract_class_instantiated in the same filePierre Sassoulas2021-08-307-29/+21
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Fix functional test no-value-for-parameter when instancing an enumPierre Sassoulas2021-08-161-1/+1
* Fix false-positive used-before-assignment with := in Return nodeMarc Mueller2021-08-121-0/+5
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-062-2/+2