[config] Turn off RedundantLabeledSwitchRuleCodeBlock

It doesn't harm readability and sometimes makes the code more uniform

GitOrigin-RevId: 7f99ddef23a55966c14f02590fadd8f3ce757593
This commit is contained in:
Tagir Valeev
2024-07-09 13:18:31 +02:00
committed by intellij-monorepo-bot
parent de8b87911f
commit adb0171be3

View File

@@ -790,6 +790,7 @@
<inspection_tool class="RawUseOfParameterizedType" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<option name="ignoreParametersOfOverridingMethods" value="true" />
</inspection_tool>
<inspection_tool class="RedundantLabeledSwitchRuleCodeBlock" enabled="true" level="INFORMATION" enabled_by_default="true" editorAttributes="INFORMATION_ATTRIBUTES" />
<inspection_tool class="RedundantSamConstructor" enabled="true" level="INFORMATION" enabled_by_default="true" editorAttributes="INFORMATION_ATTRIBUTES" />
<inspection_tool class="RedundantScopeBinding" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="RedundantToBinding" enabled="false" level="WARNING" enabled_by_default="false" />