xbmc / addon-check

Automatic checks for new repository submissions
GNU General Public License v3.0
52 stars 42 forks source link

Correct the mentioned pylint errors to get perfect 10. (no-else-return, duplicate-code,) #183

Closed LordGameleo closed 5 years ago

LordGameleo commented 5 years ago

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#183 using git branch develop-Pylint_Issue#183

Checkout branch by git checkout develop-Pylint_Issue#183

remove no-else-return and duplicate-code from .pylintrc file

Check pylint errors using pylint * on terminal (in the repo)

Add doc strings to get a perfect 10 score on pylint.

shrawnz commented 5 years ago

(xandr23 on IRC) Hi, I'd like to pick up this issue

mzfr commented 5 years ago

@shrawnz You can start working on this issue.