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
I do have a special care with a Class with more than 100 attributes and finding which attributes are not in order seems like finding the needle in the haystack. The error should at least give the first culprit in order to make it actionable.
DOC604: Class `ClassName`: Attributes are the same in docstring and class def, but are in a different order. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
It also seems that there is no verbosity option available for pydoclint.
The text was updated successfully, but these errors were encountered:
I do have a special care with a Class with more than 100 attributes and finding which attributes are not in order seems like finding the needle in the haystack. The error should at least give the first culprit in order to make it actionable.
It also seems that there is no verbosity option available for pydoclint.
The text was updated successfully, but these errors were encountered: