python-language-server
python-language-server copied to clipboard
Add support for pylint config files
@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.
@goanpeca, please review this one.
@goanpeca, any news here?
Sorry I missed the initial ping. Will take a look at it now!
Is this still active? It would be a much appreciated feature! 🚀