leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
197 stars 35 forks source link

Support for pylintrc files #8

Closed switchtrue closed 5 years ago

switchtrue commented 5 years ago

Describe the solution you'd like Add the ability to specific the location of a pylintrc file. This should be able to be located anywhere on the file system.

Describe alternatives you've considered I can workaround this by not using this plugin and simply configuring an external tool with https://github.com/perses76/pylint-pycharm.git for now and passing additional program arguments.