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 条评论
排序方式
日期
投票数
You can run inspect.bat / inspect.sh from the PyCharm bin directory to run PyCharm's inspections offline.
Thank you!!! It is great!
请先登录再写评论。