Skip to content

Releases: bentolor/idea-cli-inspector

Groovy 3.0 compatibility, IDEA 2021.1

23 Apr 09:17
Compare
Choose a tag to compare
1.8.0

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

Respect CLI option before .ideainspect settings

31 Dec 00:17
1.5.4
Compare
Choose a tag to compare
  • CLI options override config values inside the .ideainspect file.
  • The --verbose option now prints the effective configuration.

Report violations to STDERR

31 Dec 00:17
1.5.3
Compare
Choose a tag to compare

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

Bugfix release

18 Oct 10:25
1.5.2
Compare
Choose a tag to compare

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

Bugfix release – return code 143

18 Oct 10:25
1.5.1
Compare
Choose a tag to compare

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

IntelliJ IDEA scope support

18 Oct 10:26
1.5.0
Compare
Choose a tag to compare

Support for custom Intellij scopes

Android Studio support

18 Oct 10:26
1.4.0
Compare
Choose a tag to compare

Support for Android Studio installations +

Mac OS X path support

18 Oct 10:27
1.3.0
Compare
Choose a tag to compare

Support for Mac OSX locations of IntelliJ IDEA executables

Configuration file support

18 Oct 10:27
1.2.0
Compare
Choose a tag to compare
  • 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

18 Oct 10:28
Compare
Choose a tag to compare

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