ruff/crates/ruff_linter
Brent Westbrook d5410ef9fe
[syntax-errors] Make duplicate parameter names a semantic error (#17131)
Status
--

This is a pretty minor change, but it was breaking a red-knot mdtest
until #17463 landed. Now this should close #11934 as the last syntax
error being tracked there!

Summary
--

Moves `Parser::validate_parameters` to
`SemanticSyntaxChecker::duplicate_parameter_name`.

Test Plan
--

Existing tests, with `## Errors` replaced with `## Semantic Syntax
Errors`.
2025-04-23 15:45:51 -04:00
..
resources [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355) 2025-04-23 12:43:41 -04:00
src [syntax-errors] Make duplicate parameter names a semantic error (#17131) 2025-04-23 15:45:51 -04:00
Cargo.toml Bump 0.11.6 (#17449) 2025-04-17 09:20:29 -04:00