ruff/crates/ruff_linter/resources
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
..
test [pydoclint] Implement docstring-extraneous-parameter (DOC102) (#20376) 2025-10-16 11:26:51 -04:00
__init__.py