mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-18 08:31:28 +00:00
Disable destructure inspection by default
Now (by default) action is accessible as intention only So #KT-15422 Fixed So #KT-18666 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c149c37ac7
commit
03ce6d859f
@@ -1952,7 +1952,7 @@
|
||||
displayName="Use destructuring declaration"
|
||||
groupPath="Kotlin"
|
||||
groupName="Style issues"
|
||||
enabledByDefault="true"
|
||||
enabledByDefault="false"
|
||||
cleanupTool="false"
|
||||
level="INFO"
|
||||
language="kotlin"
|
||||
|
||||
Reference in New Issue
Block a user