run pycharm code inspector without running pycharm
Is it possible to use pycharm code inspector without pycharm?
I.e. I would like to get pycharm inspector report and display it in jenkins for every build.
I know that pycharm can export report to xml, but how to run the inspector without running pycharm IDE?
PS Currently we use pylint but it is not such good as pycharm inspector,
I.e. I would like to get pycharm inspector report and display it in jenkins for every build.
I know that pycharm can export report to xml, but how to run the inspector without running pycharm IDE?
PS Currently we use pylint but it is not such good as pycharm inspector,
2 comments
Sort by
Date
Votes
You can run inspect.bat / inspect.sh from the PyCharm bin directory to run PyCharm's inspections offline.
Thank you!!! It is great!
Please sign in to leave a comment.