-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pydoclint uses variable instead of exception itself #175
Comments
Hi @Amar1729 , could you take a look at this issue and see if there is a fix? Thanks! |
hm, thought I had a test for this case. yeah I can take a look. |
Hi @Amar1729 , did you happen to have a chance to check this? Thanks! |
any progress on this? i am willing to help |
@jsh9 i had some unexpected life stuff come up and have been super busy, my bad. just got a chance to look at this, turned out to be a relatively simple fix. Let me know how the PR looks (and of course, if you can think of additional edge cases feel free to add them; clearly there are many related to extracting raised exception names from source code ;)) |
Hi @Amar1729 , thank you so much for making the change! I can't think of any more edge cases for now, so I merged your current test cases as is. |
The fix is published in 0.5.11. |
It was originally reported here: #174 (comment)
Code example (Google style docstring):
Violation message:
(There should have been no violations.)
The text was updated successfully, but these errors were encountered: