Releases: bentolor/idea-cli-inspector
Releases · bentolor/idea-cli-inspector
Groovy 3.0 compatibility, IDEA 2021.1
Respect CLI option before .ideainspect settings
- CLI options override config values inside the
.ideainspect
file. - The
--verbose
option now prints the effective configuration.
Report violations to STDERR
Render reported violations to STDERR. This should display them more prominently i.e. in CI environments
Bugfix release
Critical bugfix: Return code not returned on failed analysis. Introduced with 1.5.0.
Bugfix release – return code 143
Increase process timeout to avoid seeing an unexpected return code
of 143
IntelliJ IDEA scope support
Support for custom Intellij scopes
Android Studio support
Support for Android Studio installations +
Mac OS X path support
Support for Mac OSX locations of IntelliJ IDEA executables
Configuration file support
- 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
Support for ignoring issues affecting specific source files using a regular expression (Option -sf
)