summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* Disable import-error as attrs is no longer a test dependencyMarc Mueller2023-04-231-1/+1
* Improve output of `consider-using-generator` message for `min()` calls with `...github-actions[bot]2023-04-172-0/+6
* Fix false positive for ``keyword-arg-before-vararg`` (#8571) (#8578)github-actions[bot]2023-04-153-0/+18
* Fix `unused-import` to check`dummy-variables-rgx` (#8566) (#8568)github-actions[bot]2023-04-121-0/+5
* Fix false positive for ``positional-only-arguments-expected`` when a function...github-actions[bot]2023-04-101-0/+18
* Fix isinstance-second-argument-not-valid-type for union types with NoneRogdham2023-04-072-4/+8
* Fix typelias `invalid-name` false positives for Union variables without assig...github-actions[bot]2023-04-072-3/+6
* Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)Yilei "Dolee" Yang2023-04-072-7/+12
* Fix check unused arguments false positive bug (#8542) (#8545)github-actions[bot]2023-04-062-0/+23
* [Backport maintenance/2.17.x] Add regression test for #7506 (#8531)github-actions[bot]2023-04-032-8/+11
* [Backport maintenance/2.17.x] Allow integers in TypeAlias names. (#8507)github-actions[bot]2023-03-282-10/+14
* Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...github-actions[bot]2023-03-282-0/+13
* Don't consider ``Union`` to always be a type alias (#8489)Daniël van Noord2023-03-231-0/+4
* Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403) (#8438)github-actions[bot]2023-03-112-0/+14
* Add regression test for #5288 (#8385)Jacob Walls2023-03-072-0/+13
* Accept values of the form ``<class name>.<attribute name>`` for the `exclude-...Mark Byrne2023-03-033-5/+16
* Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-274-2/+11
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-2615-14/+78
* Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-264-2/+64
* Add new check "implicit-flag-alias" (#8345)James Addison2023-02-262-0/+54
* [doc] Add an example for 'non-ascii-file-name' (#8340)Pierre Sassoulas2023-02-251-1/+1
* Only count obviously non-terminating while-loops as return-ended (#8292)Nick Drozd2023-02-232-1/+52
* "Message emitted" improvements caused issuesStavros Ntentos2023-02-221-2/+2
* 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