running code inspections from command line Phil Swenson Created March 08, 2012 15:36 Is there a way to run the IntelliJ code inspections from a build process (ant/maven/gradle)?
Hi Phil
IDEA allows to run its inspections form command line. Look at inspect.bat/sh tool in IDEA directory.
But these reports cannot be imported back to TeamCity though.
Michael