mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
.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:
committed by
intellij-monorepo-bot
parent
7d84c5875d
commit
910488a2a9
2
.idea/inspectionProfiles/idea_fatal_errors.xml
generated
2
.idea/inspectionProfiles/idea_fatal_errors.xml
generated
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user