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_Issue# using
git branch develop-Pylint_Issue#182
Checkout branch by
git checkout develop-Pylint_Issue#182
remove too-many-arguments from .pylintrc file
Check pylint errors using
pylint * on terminal (in the repo)
Add doc strings to get a perfect 10 score on pylint.
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_Issue# using
git branch develop-Pylint_Issue#182
Checkout branch by
git checkout develop-Pylint_Issue#182
remove
too-many-arguments
from .pylintrc fileCheck pylint errors using
pylint *
on terminal (in the repo)Add doc strings to get a perfect 10 score on pylint.