ruff/crates/ruff_linter
Auguste Lalande 03696687ea
[pydoclint] Implement docstring-extraneous-parameter (DOC102) (#20376)
## Summary

Implement `docstring-extraneous-parameter` (`DOC102`). This rule checks
that all parameters present in a functions docstring are also present in
its signature.

Split from #13280, per this
[comment](https://github.com/astral-sh/ruff/pull/13280#issuecomment-3280575506).

Part of #12434.

## Test Plan

Test cases added.

---------

Co-authored-by: Brent Westbrook <brentrwestbrook@gmail.com>
2025-10-16 11:26:51 -04:00
..
resources [pydoclint] Implement docstring-extraneous-parameter (DOC102) (#20376) 2025-10-16 11:26:51 -04:00
src [pydoclint] Implement docstring-extraneous-parameter (DOC102) (#20376) 2025-10-16 11:26:51 -04:00
Cargo.toml Bump 0.14.0 (#20751) 2025-10-07 11:05:47 -07:00