summaryrefslogtreecommitdiff
path: root/tests/functional/c
Commit message (Expand)AuthorAgeFilesLines
* chore(*): moved changelog entry from 2.12 to 2.13Yu Shao, Pang2021-11-291-26/+26
* added util functions and changed code according to pr commentsYu Shao2021-11-292-7/+11
* Apply suggestions from code reviewyushao22021-11-291-1/+15
* fix(consider-interating-dictionary): fix false negativesYu Shao2021-11-292-18/+34
* Update functional test expected output (#5349)Daniël van Noord2021-11-2425-230/+230
* Move the functional tests for extension in 'tests/functional/ext'Pierre Sassoulas2021-11-233-34/+0
* Migrate test for extension to functional testsPierre Sassoulas2021-11-233-0/+34
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-142-2/+2
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-173-16/+16
* Fix return type checkers calls on ellipses functions (#5107)Daniël van Noord2021-10-061-0/+44
* Fix a crash if ``str.format`` is referenced without being called (#5109)Tim Martin2021-10-061-0/+8
* Make ``consider-using-f-string`` skip `format()` with backslash (#5055)Daniël van Noord2021-09-212-25/+36
* Fix bug with cell-var-from-loop and kw_defaults (#5045)David Liu2021-09-202-13/+29
* Spelling and grammar fixesVille Skyttä2021-09-172-2/+2
* Make consider-iterating-dictionary consider membership check (#4997)Daniël van Noord2021-09-142-16/+49
* Extend consider-using-in for attribute accessMarc Mueller2021-09-052-1/+9
* Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord2021-09-031-30/+30
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-012-2/+2
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-304-6/+0
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-302-6/+98
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-302-0/+137
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-151-0/+4
* Add a regression test for #4823Pierre Sassoulas2021-08-121-1/+15
* Fix bugs in W0640 cell-var-from-loop checker (#4827)David Liu2021-08-123-7/+102
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-293-3/+3
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-283-18/+18
* Fix crash if a callable returning a context manager was assigned to a list or...DudeNr332021-07-212-0/+16
* Fix 4689 Exclude ``ThreadPoolExecutor`` and ``ProcessPoolExecutor`` from ``co...DudeNr332021-07-202-33/+88
* Fix false-positive 'consider-using-with' for ternary inside 'with' (#4679)DudeNr332021-07-061-1/+16
* Fix false-positive ``consider-using-with`` when using ``contextlib.ExitStack`...DudeNr332021-07-041-0/+8
* fix false positive of `consider-using-dict-items`Yu Shao, Pang2021-07-012-16/+36
* Recognize cached_property as property (#4594)Marc Mueller2021-06-193-0/+26
* Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-122-79/+0
|\
| * Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-122-79/+0
* | Move remaining extension fixturesMarc Mueller2021-06-103-44/+0
|/
* Revert "Fix existing tests"Marc Mueller2021-06-102-26/+26
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-102-33/+0
* Change to consider-using-tupleMarc Mueller2021-06-103-8/+8
* Fix existing testsMarc Mueller2021-06-102-26/+26
* Add new checker consider-using-tuple-iteratorMarc Mueller2021-06-102-0/+33
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-023-10/+10
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-312-0/+79
* Fixed false negative of consider-using-enumerate on attributes (#4508)yushao22021-05-262-0/+13
* Consider using with no assign (#4476)DudeNr332021-05-173-18/+31
* Implemented new check consider-using-dict-items (#4445)yushao22021-05-112-0/+101
* Issue 4430 false positive consider-using-with R1732 (#4453)DudeNr332021-05-094-29/+74
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-235-0/+178
* Fix crash min-max refactoring checker (#4380)Marc Mueller2021-04-191-0/+10
* Enhancement/add checker consider using min max builtin (#4359)Qwiddle132021-04-172-0/+108
* New ConfusingConsecutiveElifCheckr (for: #3920) (#4318)DudeNr332021-04-113-0/+44