Skip to content

Releases: bentolor/idea-cli-inspector

Groovy 3.0 compatibility, IDEA 2021.1

Choose a tag to compare

@bentolor bentolor released this 23 Apr 09:17
1.8.0

feat(*): install SDKMAN! & use upgraded groovy lang

Respect CLI option before .ideainspect settings

Choose a tag to compare

@bentolor bentolor released this 31 Dec 00:17
1.5.4
  • CLI options override config values inside the .ideainspect file.
  • The --verbose option now prints the effective configuration.

Report violations to STDERR

Choose a tag to compare

@bentolor bentolor released this 31 Dec 00:17
1.5.3

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

Bugfix release

Choose a tag to compare

@bentolor bentolor released this 18 Oct 10:25
1.5.2

Critical bugfix: Return code not returned on failed analysis. Introduced with 1.5.0.

Bugfix release – return code 143

Choose a tag to compare

@bentolor bentolor released this 18 Oct 10:25
1.5.1

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

IntelliJ IDEA scope support

Choose a tag to compare

@bentolor bentolor released this 18 Oct 10:26
1.5.0

Support for custom Intellij scopes

Android Studio support

Choose a tag to compare

@bentolor bentolor released this 18 Oct 10:26
1.4.0

Support for Android Studio installations +

Mac OS X path support

Choose a tag to compare

@bentolor bentolor released this 18 Oct 10:27
1.3.0

Support for Mac OSX locations of IntelliJ IDEA executables

Configuration file support

Choose a tag to compare

@bentolor bentolor released this 18 Oct 10:27
1.2.0
  • Add support for configuration file
  • Add debugging flag -v
  • Replaced all mandatory CLI options with default values (root directory, IDEA home, Inspection profile name, ...

Ignore patterns

Choose a tag to compare

@bentolor bentolor released this 18 Oct 10:28

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