aaronsegura / aaronsegura/nextcloud-async
Pydocstyle fixes
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 17
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Jenkins pydocstyle unit test is currently disabled by `|| true` in Jenkinsfile pipeline. Add docstrings and remove `|| true`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Look at the Jenkinsfile to find where pydocstyle is run with `|| true`. Run pydocstyle on the codebase to see which modules are missing docstrings. Add appropriate docstrings to those modules, then remove the `|| true` from the Jenkinsfile and verify the pipeline passes.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation, testing
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100