pylint_runner icon indicating copy to clipboard operation
pylint_runner copied to clipboard

pylint-runner returns the same error multiple times

Open werdeil opened this issue 3 years ago • 0 comments

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.

werdeil avatar Sep 11 '20 12:09 werdeil