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
We are currently using a customized checklist for pylint. We have disabled a lot of checks to make our build successfully. We want to counter these checks few at a time. This issue deals with one of them.
How to produce:
After forking and cloning this repo, make a branch named develop-Pylint_docstring using git branch develop-Pylint_docstring
Checkout branch by git checkout develop-Pylint_docstring
remove missing-docstring, from .pylintrc file (line 24)
Check pylint errors using pylint * on terminal (in the repo)
Add doc strings to get a perfect 10 score on pylint.
The text was updated successfully, but these errors were encountered:
@Rechi@razzeee Please add first timers only and help wanted label
LordGameleo
changed the title
Adding doc strings to all the modules to get perfect 10 for pylint.
Correct the mentioned pylint errors to get perfect 10. (missing-docstring)
Mar 19, 2019
mzfr
linked a pull request
Mar 19, 2019
that will
close
this issue
We are currently using a customized checklist for pylint. We have disabled a lot of checks to make our build successfully. We want to counter these checks few at a time. This issue deals with one of them.
How to produce:
After forking and cloning this repo, make a branch named develop-Pylint_docstring using
git branch develop-Pylint_docstring
Checkout branch by
git checkout develop-Pylint_docstring
remove
missing-docstring,
from .pylintrc file (line 24)Check pylint errors using
pylint *
on terminal (in the repo)Add doc strings to get a perfect 10 score on pylint.
The text was updated successfully, but these errors were encountered: