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

pylint-runner returns the same error multiple times #12

Open
werdeil opened this issue Sep 11, 2020 · 0 comments
Open

pylint-runner returns the same error multiple times #12

werdeil opened this issue Sep 11, 2020 · 0 comments

Comments

@werdeil
Copy link

werdeil commented Sep 11, 2020

Each time I run pylint the error are raised multiple times:
xx/xx/xx.py:114:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:133:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:114:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:133:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:114:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:133:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:114:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:133:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:114:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:133:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:114:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:133:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:114:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:133:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:114:4: R0201: Method could be a function (no-self-use)
xx/xx/xx.py:133:4: R0201: Method could be a function (no-self-use)

I'm not sure it is coming from pylint runner but as I don't have the same issue when running pylint directly on the file I open the issue here.

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