Run Custom Code inspection java files from command line
已回答
I have a java program I'm working on that runs a code inspection checking java test files for formatting/logic issues. I noticed you can run code inspection files in .xml format using the IntelliJ command line, and was wondering if I could do something similar using the java files/project.
请先登录再写评论。
There is an SDK for that: https://plugins.jetbrains.com/docs/intellij/code-inspections.html
But it would be easier to just run the command line command from java file.