You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is my understanding that the codes DOC501 and DOC502 should 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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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?
All reactions