-
Notifications
You must be signed in to change notification settings - Fork 13
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
Missing docstrings #308
Comments
Below is a quick list of methods with missing docstrings, produced with Some of these methods probably should be private. I'm not sure if/how we can add It might be easier to add docstrings in separate PRs, module by module.
|
There still are several methods and classes that should have docstrings, but do not.
Run either
pylint --disable=all --enable=missing-docstring fabrictestbed_extensions/fablib/
orinterrogate -vv fabrictestbed_extensions/fablib/
for a list of missing docstrings.The previous issue #235 was automatically closed when an associated PR was merged. It might be a good idea to add a CI check to avoid future docstring coverage drops.
Here are some child issues, just so that the resulting PRs are smaller and we do not accidentally close this meta-ticket when the linked PR gets merged:
The text was updated successfully, but these errors were encountered: