Replies: 1 comment
-
|
Related issue #158 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the great project!
This issue is in response to astral-sh/ruff#458 (comment).
Consider the following code:
Running
darglint test.pypoints out a few violations here:Running
pydoclint test.ptgives:It is my understanding that the codes
DOC501andDOC502should be reported here, but I'm not getting them. Tried to run pydoclint via flake8 and I don't get them as well.How can I configure pydoclint to recognize and report these violations?
Beta Was this translation helpful? Give feedback.
All reactions