summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test for ``plugin_does_not_exists``Daniel van Noord2023-02-202-1/+2
* Remove broken rcfile from ``empty_docstring`` testDaniel van Noord2023-02-201-3/+0
* [doc] Add an example for 'too-many-locals' (#8306)Pierre Sassoulas2023-02-171-4/+4
* Fix invalid type false positive (#8206)Nick Drozd2023-02-147-8/+40
* Add regression test for #8109Pierre Sassoulas2023-02-132-0/+16
* Fix FP for used-before-assignment with assignment expressions in containers (...Jacob Walls2023-02-112-6/+9
* Fix `used-before-assignment` false positive for walrus operator in dictionary...Zen Lee2023-02-101-0/+13
* Fix `nested-min-max` output msg for sequences (#8234)Dani Alcala2023-02-082-0/+29
* Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...Zen Lee2023-02-074-17/+121
* Fix crash when an attribute node was used inside an unary op (#8209)Pierre Sassoulas2023-02-071-0/+14
* [doc] Use the real URL address of pylint's read the doc projectPierre Sassoulas2023-02-061-6/+6
* Fix a false negative for 'missing-parentheses-for-call-in-test'Pierre Sassoulas2023-02-052-19/+56
* Add some test cases for redundant type check (#8136)Nick Drozd2023-02-035-1/+78
* Update docs for `global-variable-not-assigned` (#8151)Dani Alcala2023-02-014-15/+29
* Fix issues with new typing Union syntax (Py310) (#8122)Marc Mueller2023-02-019-1/+55
* Fix false positive for `use-maxsplit-arg` with custom split (#8114)yushao22023-01-301-0/+8
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-281-7/+7
* feat(6489): implement `positional-only-arguments-expected` checker (#8121)yushao22023-01-283-0/+24
* Fix a false positive for ``redefined-variable-type`` when ``async`` methods a...Mark Byrne2023-01-281-0/+25
* Add `consider-refactoring-into-while-condition` checker (#8021)yushao22023-01-276-0/+382
* Add tests to improve coverage (#8096)Dani Alcala2023-01-261-2/+8
|\
| * add test for Uninferableclavedeluna2023-01-241-2/+8
* | Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-2514-22/+33
* | Fix `missing-kwoa` FP with With statements (#8101)Dani Alcala2023-01-243-5/+25
|\ \ | |/ |/|
| * update testsclavedeluna2023-01-231-2/+2
| * add inferenceclavedeluna2023-01-231-3/+3
| * fix no-kwoa for any with callsclavedeluna2023-01-232-0/+3
| * fix no-kwoa for one with callclavedeluna2023-01-231-1/+18
* | [subprocess-run-check] Add the proper confidencePierre Sassoulas2023-01-231-1/+1
* | [subprocess-run-check] Better rationale and messagePierre Sassoulas2023-01-231-1/+1
|/
* Fix FP for `used-before-assignment` when reimporting name used in type annota...Jacob Walls2023-01-232-1/+4
* Fix `consider-using-augmented-assign` nested attribute access (#8088)Marc Mueller2023-01-202-1/+16
* Fix invalid-name for typing_extensions.TypeVar (#8089)Marc Mueller2023-01-204-2/+20
* pointless-exception-statement: filter call inference for better performance o...James Addison2023-01-202-4/+14
* Fixed a crash when inferring a value and using its qname on a slice (#8070)Pierre Sassoulas2023-01-182-0/+18
* Add a regression tests for issue #2567Pierre Sassoulas2023-01-131-0/+33
* Fixes false positive for `try-except-raise` with multiple exceptions in one e...fly2023-01-122-2/+14
* Bugfix - extend ``magic-value-comparison`` support for parsing numerical type...orSolocate2023-01-122-2/+7
* [consider-using-augmented-assign] Do not warn for non-commutative operators (...Pierre Sassoulas2023-01-092-26/+76
* Fix `used-before-assignment` false positive for walrus operators in ifs (#8029)Zen Lee2023-01-083-0/+46
* Add new check "pointless-exception-statement" (#7939)James Addison2023-01-074-1/+22
* class attrs should not emit assigning-non-slot msg (#7987)Dani Alcala2022-12-303-8/+47
* Cover more lines (#7996)Nick Drozd2022-12-288-13/+37
* [consider-using-sys-exit] Better rationale and added confidencePierre Sassoulas2022-12-281-3/+3
* Cover missing line in dict-init-mutate test (#7994)Nick Drozd2022-12-271-0/+3
* Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975)Dani Alcala2022-12-264-8/+18
* Fix `used-before-assignment` if conditional imports guarded again when used (...Jacob Walls2022-12-252-5/+12
* ``consider-using-with`` now triggers for ``pathlib.Path.open`` (#7968)Gideon2022-12-212-24/+38
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-1536-230/+338
* [refactor] Move 'dataclass' functional tests to their own directoryPierre Sassoulas2022-12-1515-12/+18