1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-08-11 00:40:37 +02:00

Turn off unused declaration inspection because it's flacky

This commit is contained in:
Alex Plate 2022-11-10 12:12:47 +02:00
parent f1f6dd4c60
commit 2a3e96b891
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -45,5 +45,17 @@
</inspection_tool>
<inspection_tool class="SuperTearDownInFinally" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="UnstableApiUsage" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="unused" enabled="false" level="WARNING" enabled_by_default="false" checkParameterExcludingHierarchy="false">
<option name="LOCAL_VARIABLE" value="true" />
<option name="FIELD" value="true" />
<option name="METHOD" value="true" />
<option name="CLASS" value="true" />
<option name="PARAMETER" value="true" />
<option name="REPORT_PARAMETER_FOR_PUBLIC_METHODS" value="true" />
<option name="ADD_MAINS_TO_ENTRIES" value="true" />
<option name="ADD_APPLET_TO_ENTRIES" value="true" />
<option name="ADD_SERVLET_TO_ENTRIES" value="true" />
<option name="ADD_NONJAVA_TO_ENTRIES" value="true" />
</inspection_tool>
</profile>
</component>