[pydoclint] Allow ignoring one line docstrings for DOC rules#13302
[pydoclint] Allow ignoring one line docstrings for DOC rules#13302dylwil3 merged 6 commits intoastral-sh:mainfrom
pydoclint] Allow ignoring one line docstrings for DOC rules#13302Conversation
pydoclint] Allow ignoring one line docstrings in for DOC rulespydoclint] Allow ignoring one line docstrings for DOC rules
|
AlexWaygood
left a comment
There was a problem hiding this comment.
See my question in #13086 (comment) -- I'm not fully sure I understand why this option is desirable yet
|
Hi, over on pydoclint, I have a config option that does the same thing, and it has a different name: I think |
|
I'm now persuaded that this configuration option is a good idea -- see my comment at #13086 (comment) |
|
Thanks for the great contribution! I decided to leave the name as-is and write a short note in the docs about the corresponding name in Apologies for the delay in resolving this PR! |
|
Thank you @dylwil3 as always |
Summary
Add a setting to allow ignoring one line docstrings for the pydoclint rules.
Resolves #13086
Part of #12434
Test Plan
Run tests with setting enabled.