Skip to content

0.6

Compare
Choose a tag to compare
@0xera 0xera released this 14 Aug 07:10
· 7 commits to master since this release

General:

  • Introduced a new suppression ParamsComparedByRef that replaces NonSkippableComposable if strong skipping is enabled

Compiler plugin:

  • supported strong skipping problems checking
  • allowed to change the severity of strong skipping problems messages (default is warn)

Idea plugin:

  • supported strong skipping problems checking
  • allowed to change the severity of strong skipping problems messages (default is warn)
  • fixed saving of settings when restarting idea

Detekt:

  • added a new ParamsComparedByRef rule that is simply an alias for NonSkippableComposable