From 2e04f3fc5a28de55913635a2b8ec04d54e01c425 Mon Sep 17 00:00:00 2001 From: Alexander Danilov Date: Mon, 23 Jan 2023 10:34:43 +0100 Subject: [PATCH] Align severity level with K1 and include in cleanupTool K2 NullableBooleanElvisInspection ^KTIJ-24350 fixed GitOrigin-RevId: 4b33079b3d2e5b07f0771d39020bbe01ff5ec6d5 --- .../resources/kotlin.code-insight.inspections-k2.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/kotlin/code-insight/inspections-k2/resources/kotlin.code-insight.inspections-k2.xml b/plugins/kotlin/code-insight/inspections-k2/resources/kotlin.code-insight.inspections-k2.xml index 093d30a4b810..027c54b57f50 100644 --- a/plugins/kotlin/code-insight/inspections-k2/resources/kotlin.code-insight.inspections-k2.xml +++ b/plugins/kotlin/code-insight/inspections-k2/resources/kotlin.code-insight.inspections-k2.xml @@ -87,7 +87,8 @@ groupPath="Kotlin" groupBundle="messages.KotlinBundle" groupKey="group.names.style.issues" enabledByDefault="true" - level="INFORMATION" + cleanupTool="true" + level="WEAK WARNING" language="kotlin" key="inspection.nullable.boolean.elvis.display.name" bundle="messages.KotlinBundle"/>