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
to add GL01 and GL02 to the continuous integration checks.
However the remaining errors are caused by docstrings that are inherited from dependencies. Specifically, cpython's datetime module which we do not want to touch.
dcreekp
changed the title
DOC: make scripts/validate_docstrings.py be able to exclude a list of known docstrings to ignore
DOC: make scripts/validate_docstrings.py GL01 GL02 be able to exclude a list of known docstrings to ignore
Feb 25, 2019
Problem description
We want this script to return zero errors:
to add GL01 and GL02 to the continuous integration checks.
However the remaining errors are caused by docstrings that are inherited from dependencies. Specifically, cpython's datetime module which we do not want to touch.
from trying to fix this issue
Expected Output
For the above script to return zero errors.
The text was updated successfully, but these errors were encountered: