summaryrefslogtreecommitdiff
path: root/tests/functional/c
Commit message (Expand)AuthorAgeFilesLines
* Modified all occurences of "a f-string" to "an f-string"Elazrod562023-04-202-31/+31
* Improve output of `consider-using-generator` message for `min()` calls with `...Jacob Walls2023-04-162-0/+6
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2910-10/+10
* Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-261-1/+1
* Add new check "pointless-exception-statement" (#7939)James Addison2023-01-072-1/+3
* [consider-using-sys-exit] Better rationale and added confidencePierre Sassoulas2022-12-281-3/+3
* ``consider-using-with`` now triggers for ``pathlib.Path.open`` (#7968)Gideon2022-12-212-24/+38
* Fix `valid-metaclass-classmethod-first-arg` default value (#7791)Cubicpath2022-11-192-3/+3
* Extend `consider-using-join` to detect non-empty separators (#7481)Levi Gruspe2022-11-132-7/+47
* Do not report `consider_iterating_dictionary` if bitwise operations are used ...Dani Alcala2022-11-103-28/+52
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)Marc Mueller2022-10-162-97/+0
* Add ``consider-using-augmented-assign`` checker (#7514)Daniël van Noord2022-09-222-0/+97
* [literal-comparison] Cleanup of identical/duplicated functional testsPierre Sassoulas2022-08-252-21/+4
* [literal-comparison] Make the message explicit with the solutionPierre Sassoulas2022-08-251-4/+4
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-1814-49/+47
* [consider-using-in] Add the proper confidence to the messagePierre Sassoulas2022-07-041-14/+14
* [consider-using-in] Suggest set instead of tuple for membershipPierre Sassoulas2022-07-041-14/+14
* Add `continue-in-finally` documentation examples (#6586)Mark Byrne2022-06-242-3/+3
* Fixed misinterpreted modulo sign for ``consider-using-f-string`` (#6914)Paul Lichtenberger2022-06-112-18/+21
* Change wording of use a generator message for sum/max/min (#6600)Pierre Sassoulas2022-05-132-4/+16
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-055-5/+4
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-045-3/+63
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-042-2/+2
* Update tests and testoptions for PyPyDaniël van Noord2022-05-033-13/+9
* Add optional check `redefined-loop-name` (#5649)Jacob Walls2022-05-011-1/+1
* Rename ``cache-max-size-none`` and check ``functools.cache`` (#6182)Daniël van Noord2022-04-192-82/+0
* Remove the 'no-init' message tat was not emitted anywayPierre Sassoulas2022-04-185-5/+5
* Normalize the pylint disables in functional testsPierre Sassoulas2022-04-181-1/+1
* Add regression test for enabling cell-var-from-loop (#6361)Pierre Sassoulas2022-04-163-0/+7
* Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)Daniël van Noord2022-04-052-0/+82
* C2801: New check for manual __dunder__ methods (#5938)Joe Young2022-03-301-1/+1
* New checker `unnecessary-list-index-lookup` (#4525) (#5834)Tim Martin2022-03-251-1/+1
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-121-1/+1
* Add `iterating-modified-list` checker for modified lists (#5628)orSolocate2022-02-011-1/+1
* Add confidence level `CONTROL_FLOW` (#5709)Jacob Walls2022-01-262-2/+2
* Fix false negative for `used-before-assignment` when an Except intervenes bet...Jacob Walls2022-01-152-1/+3
* Fix false positive `consider-using-dict-comprehension` when creating a dict u...Tushar Sadhwani2021-12-302-1/+8
* Fix #5557: Don't emit `comparison-with-callable` if the callable raises (#5563)Jacob Walls2021-12-212-0/+29
* Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...Jacob Walls2021-12-142-2/+1
* New checker - Detect use of unnecessary ellipsis (#5470)Mark Byrne2021-12-131-1/+0
* 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