Skip to content

Releases: detekt/detekt-intellij-plugin

v2.0.0-beta

17 Mar 21:14
Compare
Choose a tag to compare

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

15 Mar 23:14
Compare
Choose a tag to compare

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

27 Feb 12:09
Compare
Choose a tag to compare

1.22.2

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

v1.22.2

20 Feb 12:35
Compare
Choose a tag to compare
  • Support ordered configuration files to be able to override rules deterministically - #385
  • Make paths sortable, add migration - #460

v1.22.1-android

19 Dec 23:00
Compare
Choose a tag to compare

1.22.1

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

v1.22.1

19 Dec 23:03
Compare
Choose a tag to compare
  • Deactivate error reporting for now due to unsolved unrelated reporting of Kotlin issues - #271

v1.22.0

01 Dec 17:26
Compare
Choose a tag to compare
  • Update to detekt 1.22.0
  • Fix logging process cancellation exceptions - #311
  • Allow configuration files with yaml extension - #300

v1.21.3-android

23 Aug 20:05
Compare
Choose a tag to compare

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

23 Aug 19:17
Compare
Choose a tag to compare

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

21 Aug 17:41
9dee6d6
Compare
Choose a tag to compare
  • 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