Skip to content
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

Correct the mentioned pylint errors to get perfect 10. (too-few-public-methods, invalid-name) #186

Open
LordGameleo opened this issue Mar 19, 2019 · 0 comments

Comments

@LordGameleo
Copy link
Contributor

LordGameleo commented Mar 19, 2019

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

Checkout branch by
git checkout develop-Pylint_Issue#186

remove ``too-few-public-methodsandinvalid-name``` from .pylintrc file

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

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

@LordGameleo LordGameleo changed the title too-few-public-methods, invalid-name, Correct the mentioned pylint errors to get perfect 10. (too-few-public-methods, invalid-name) Mar 19, 2019
Shanmugapriya03 added a commit to Shanmugapriya03/addon-check that referenced this issue Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant