Detekt Intellij Plugin Versions Save

detekt plugin for IntelliJ

v2.0.0-beta

1 year ago

2.0.0

  • Based on detekt 1.22.0
  • Support file and directory analysis from project explorer, editor and tool window - #469
  • Enable detekt was renamed to Enable background analysis to make it clearer that it activates the on-the-fly analysis while coding - #469
  • Introduce detekt doc tool window for quick access to detekt's documentation.
    • Introduce Show detekt Rules Documentation action to open tool window with style rules set pre-selected
    • Introduce Show detek Changelog action to open tool window with the current changelog.
  • Drop support for Android Studio 2021.3. Android Studio 2022.1.1 Patch 2 is the new minimal supported IntelliJ Platform version.
  • Minimal supported IntelliJ version is now 2022.1.4.
  • Drop support for settings migration from version < 1.21.1. Make sure to update from 1.21.2+ or be prepared to renew your settings - #469
  • Drop naming scheme based on included detekt version - #469
    • This makes sure the IntelliJ plugin can make feature release with proper semantic versioning.
    • The included detekt version will always appear in the current changelog entry for reference.

v2.0.0-RC

1 year ago

2.0.0

  • Based on detekt 1.22.0
  • Support file and directory analysis from project explorer, editor and tool window - #469
  • Enable detekt was renamed to Enable background analysis to make it clearer that it activates the on-the-fly analysis while coding - #469
  • Drop support for Android Studio 2021.3. Android Studio 2022.1.1 Patch 2 is the new minimal supported IntelliJ Platform version.
  • Minimal supported IntelliJ version is now 2022.1.4.
  • Drop support for settings migration from version < 1.21.1. Make sure to update from 1.21.2+ or be prepared to renew your settings - #469
  • Drop naming scheme based on included detekt version - #469
    • This makes sure the IntelliJ plugin can make feature release with proper semantic versioning.
    • The included detekt version will always appear in the current changelog entry for reference.

v1.22.2-android

1 year ago

1.22.2

  • Support ordered configuration files to be able to override rules deterministically - #385
  • Make paths sortable, add migration - #460

v1.22.2

1 year ago
  • Support ordered configuration files to be able to override rules deterministically - #385
  • Make paths sortable, add migration - #460

v1.22.1

1 year ago
  • Deactivate error reporting for now due to unsolved unrelated reporting of Kotlin issues - #271

v1.22.1-android

1 year ago

1.22.1

  • Deactivate error reporting for now due to unsolved unrelated reporting of Kotlin issues - #271

v1.22.0

1 year ago
  • Update to detekt 1.22.0
  • Fix logging process cancellation exceptions - #311
  • Allow configuration files with yaml extension - #300

v1.21.3-android

1 year ago

1.21.3

Please do not report issues anymore where IntelliJ/Android Studio blames the detekt plugin for an exception without any detekt stacktrace. This is a known issue and will take some time to investigate - #271

  • Fix a situation where it could happen that the config or plugin jar paths got corrupt and reference the containing directory - #272

v1.21.3

1 year ago

Please do not report issues anymore where IntelliJ/Android Studio blames the detekt plugin for an exception without any detekt stacktrace. This is a known issue and will take some time to investigate - #271

  • Fix a situation where it could happen that the config or plugin jar paths got corrupt and reference the containing directory - #272

v1.21.2

1 year ago
  • Do not allow autocorrect action on read-only files - #268
  • Introduce some debug logging to find out if stack traces without detekt package are thrown by our plugin - #268