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
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Not sure if this is actually something that should be addressed by darglint, but I just ran into a very confusing issue where I had a typo in for the name of the "Parameters" section of my docstring (numpy docstring format). This made it so that darglint reported missing parameters (DAR101), which was very confusing, since my typo was not obvious ("Paramaters"), and the error made me focus on the parameter names themselves. I was wondering if maybe it would make sense to have darglint check for missing section headings to help clarify such scenarios?
The text was updated successfully, but these errors were encountered:
I also had a case where I was missing an "s" for the "Warnings" heading, which comes after "Parameters," "Returns," etc. This made darglint report that all params where missing, which was extremely confusing.
Not sure if this is actually something that should be addressed by
darglint
, but I just ran into a very confusing issue where I had a typo in for the name of the "Parameters" section of my docstring (numpy
docstring format). This made it so thatdarglint
reported missing parameters (DAR101), which was very confusing, since my typo was not obvious ("Paramaters"), and the error made me focus on the parameter names themselves. I was wondering if maybe it would make sense to havedarglint
check for missing section headings to help clarify such scenarios?The text was updated successfully, but these errors were encountered: