From 6e8565917e4f2665c85ca01697950754d3e9d4da Mon Sep 17 00:00:00 2001 From: Toshiaki Kameyama Date: Fri, 13 Dec 2019 11:41:59 +0900 Subject: [PATCH] MapGetWithNotNullAssertionOperatorInspection: decrease severity to INFORMATION #KT-33096 Fixed --- idea/resources/META-INF/inspections.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/resources/META-INF/inspections.xml b/idea/resources/META-INF/inspections.xml index e59daa4ebb5..56ac41ec34c 100644 --- a/idea/resources/META-INF/inspections.xml +++ b/idea/resources/META-INF/inspections.xml @@ -2308,7 +2308,7 @@ groupPath="Kotlin" groupName="Style issues" enabledByDefault="true" - level="INFO" + level="INFORMATION" language="kotlin" key="inspection.map.get.with.not.null.assertion.operator.display.name" bundle="messages.KotlinBundle"/>