Run Custom Code inspection java files from command line

Answered

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.

 

0
1 comment

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. 

0

Please sign in to leave a comment.