Idea Cli Inspector Versions Save

A little command-line tool to integrate the awesome IntelliJ IDEA code inspections in your continuous integration (CI) process using Jenkins, Bamboo, et. al.

1.8.0

3 years ago

1.5.4

6 years ago
  • CLI options override config values inside the .ideainspect file.
  • The --verbose option now prints the effective configuration.

1.5.3

6 years ago

Render reported violations to STDERR. This should display them more prominently i.e. in CI environments

1.0.0

7 years ago

First public release

1.1.0

7 years ago

Support for ignoring issues affecting specific source files using a regular expression (Option -sf)

1.2.0

7 years ago
  • Add support for configuration file
  • Add debugging flag -v
  • Replaced all mandatory CLI options with default values (root directory, IDEA home, Inspection profile name, ...

1.3.0

7 years ago

Support for Mac OSX locations of IntelliJ IDEA executables

1.4.0

7 years ago

Support for Android Studio installations +

1.5.0

7 years ago

Support for custom Intellij scopes

1.5.1

7 years ago

Increase process timeout to avoid seeing an unexpected return code of 143