ruff/crates/ruff_linter/resources/test/fixtures/fastapi
Matthieu LAURENT f121f8b31b
[fastapi] Implement fast-api-unused-path-parameter (FAST003) (#12638)
This adds the `fast-api-unused-path-parameter` lint rule, as described
in #12632.

I'm still pretty new to rust, so the code can probably be improved, feel
free to tell me if there's any changes i should make.

Also, i needed to add the `add_parameter` edit function, not sure if it
was in the scope of the PR or if i should've made another one.
2024-08-16 01:46:35 +00:00
..
FAST001.py [fastapi] Implement FAST001 (fastapi-redundant-response-model) and FAST002 (fastapi-non-annotated-dependency) (#11579) 2024-07-21 18:28:10 +00:00
FAST002.py [fastapi] Implement FAST001 (fastapi-redundant-response-model) and FAST002 (fastapi-non-annotated-dependency) (#11579) 2024-07-21 18:28:10 +00:00
FAST003.py [fastapi] Implement fast-api-unused-path-parameter (FAST003) (#12638) 2024-08-16 01:46:35 +00:00