pylint-pycharm icon indicating copy to clipboard operation
pylint-pycharm copied to clipboard

Split real-time and on-demand scanning

Open mjusza opened this issue 4 years ago • 0 comments

Current plugin implementation offers only option to enable real-time and on-demand scanning simultaneously. As a result on machines with lower CPU performance, real-time scanning make PyCharm slowness and hangs.

I think it would be very desirable to split real-time and on-demand scannings, so that using PyCharm code inspection feature (Code -> Inspect Code) take into account pylint scanners, and in the same time does not run real-time scanning. Thanks to that it would not be required to do code inspection twice: firstly using PyCharm code inspection feature and secondly using dedicated Pylint tab. Checked on versions:

  • PyCharm: 2020.1.1 (Community Edition)
  • pylint plugin: 0.12.2

mjusza avatar May 22 '20 07:05 mjusza