python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

Add support for pylint config files

Open youben11 opened this issue 5 years ago • 4 comments

@gatesn This PR fixes #616 by supporting pylintrc config files, this will make sure pylint do the linting the same way on all files. To also make sure I don't break working clients that are configuring pylint through "pyls.plugins.pylint.args", I made it the first value to use as argument if it was found, otherwise, we build arguments based either on the conf files or the other values specified in the plugin conf.

youben11 avatar Oct 13 '19 18:10 youben11

@goanpeca, please review this one.

ccordoba12 avatar Dec 04 '19 17:12 ccordoba12

@goanpeca, any news here?

zerocewl avatar Feb 25 '20 17:02 zerocewl

Sorry I missed the initial ping. Will take a look at it now!

goanpeca avatar Feb 25 '20 21:02 goanpeca

Is this still active? It would be a much appreciated feature! 🚀

Cryoris avatar Dec 23 '20 10:12 Cryoris