summaryrefslogtreecommitdiff
path: root/tests/functional/u
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in `undefined-variable` caused by chained attributes in metaclassfix-crash-in-attribute-checkClaudiu Popa2020-12-291-0/+6
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-292-0/+0
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-122-2/+2
* Merge branch 'master' into bug_pylint_3773hippo912020-09-031-2/+1
|\
| * Add simplifiable-condition and condition-evals-to-constant to the refactoring...ethan-leba2020-08-311-2/+1
* | Adds a test for useless-super-delegation in case of default keyword argument ...hippo912020-08-172-18/+29
|/
* Fix scoping for function annotations, decorators and base classes (#3713)Andrew Simmons2020-07-122-0/+9
* Address the super violations in the codebaseClaudiu Popa2020-05-053-11/+11
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-0314-14/+12
* Remove bad-whitespace disabling in all codePierre Sassoulas2020-05-032-2/+2
* ``unidiomatic-typecheck`` is no longer emitted for ``in`` and ``not in`` oper...Claudiu Popa2020-04-272-17/+8
* Positional-only argument annotations are taken in account for ``unused-import``Claudiu Popa2020-03-282-0/+12
* Positional-only arguments are taken in account for ``useless-super-delegation``Claudiu Popa2020-03-283-0/+20
* Allow used variables to be properly consumed when different checks are enable...Claudiu Popa2020-03-252-0/+11
* Fix a false positive for ``undefined-variable`` when ``__class__`` is usedClaudiu Popa2020-02-291-0/+6
* Emit ``unused-argument`` for functions that partially uses their argument lis...Claudiu Popa2020-02-052-1/+7
* Fixed undefined-variable and unused-import flase positives when using a metac...Ashley Whetter2020-01-032-3/+7
* ``undefined-variable`` can now find undefined loop iterablesClaudiu Popa2019-12-162-0/+8
* ``safe_infer`` can infer a value as long as all the paths share the same type.Claudiu Popa2019-11-272-0/+14
* Fix the test suite failures on PyPyClaudiu Popa2019-11-181-0/+1
* Allow import aliases to exempt ``import-error`` when used in type annotations.Claudiu Popa2019-11-141-1/+8
* Do not exempt bare except from ``undefined-variable`` and similar checksClaudiu Popa2019-11-132-10/+5
* Relax type import detection for names that do not come from the ``typing`` mo...Claudiu Popa2019-11-131-0/+6
* Exempt all the names found in type annotations from ``unused-import``Claudiu Popa2019-11-081-0/+7
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-1/+1
* properly handle literals in ``unnecessary-comprehension`` checker, closes #3148RĂ©mi Cardona2019-10-032-4/+5
* Fix ``utils.is_error`` to account for functions returning early.Claudiu Popa2019-09-302-0/+8
* Fix a bunch of other tests as wellClaudiu Popa2019-09-251-1/+1
* Continue looking for undefined variables in type checking guards. Close #3127Claudiu Popa2019-09-251-1/+4
* Exempt type checking definitions defined in both clauses of a type checking g...Claudiu Popa2019-09-252-29/+41
* Exempt type checking definitions inside the type check guardClaudiu Popa2019-09-251-0/+8
* Support typing comments for individual arguments. Close #3112Claudiu Popa2019-09-231-0/+9
* Removed Python 2 specific checksClaudiu Popa2019-09-171-1/+1
* New check: import-outside-toplevel (close #3067) (#3079)Nick Drozd2019-09-172-2/+2
* Handle variables defined only under a type checking clauseClaudiu Popa2019-09-172-0/+12
* [functional tests] Modify expected result after moving filesPierre Sassoulas2019-09-104-6/+6
* [functional tests] Module needs an __init__.pyPierre Sassoulas2019-09-101-0/+0
* [functional tests] Rename example_functional_tests.py => e/example_functional...Pierre Sassoulas2019-09-10112-0/+2993