.idea: add unused java imports as zero tolerance inspections

unused imports create unneeded dependencies between files and also add to yellow code

not to mix with optimize imports. Optimize imports frequently rearrange imports, but
deleting unused imports should be always safe.

GitOrigin-RevId: 911a45d870de389f8ba913546f7810539a4fc481
This commit is contained in:
Leonid Shalupov
2025-02-14 20:30:35 +01:00
committed by intellij-monorepo-bot
parent 7d84c5875d
commit 910488a2a9

View File

@@ -4332,7 +4332,7 @@
<option name="IGNORE_UNCHECKED_CAST" value="false" />
<option name="IGNORE_UNCHECKED_OVERRIDING" value="false" />
</inspection_tool>
<inspection_tool class="UNUSED_IMPORT" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="UNUSED_IMPORT" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="UastHintedVisitorAdapterHints" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="UastIncorrectHttpHeaderInspection" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="UastIncorrectMimeTypeInspection" enabled="false" level="ERROR" enabled_by_default="false" />