1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-03 10:22:30 +01:00

Remove some qodana inspections

This commit is contained in:
Alex Plate 2020-11-06 21:39:37 +03:00
parent 4f86d9cc77
commit ed6f990d9a
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -2,9 +2,16 @@
<profile version="1.0">
<description>Inspections profile for Qodana</description>
<option name="myName" value="Qodana" />
<inspection_tool class="CanBeFinal" enabled="false" level="WARNING" enabled_by_default="false">
<option name="REPORT_CLASSES" value="false" />
<option name="REPORT_METHODS" value="false" />
<option name="REPORT_FIELDS" value="true" />
</inspection_tool>
<inspection_tool class="GrUnresolvedAccess" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="MissortedModifiers" enabled="true" level="WARNING" enabled_by_default="true">
<option name="m_requireAnnotationsFirst" value="true" />
</inspection_tool>
<inspection_tool class="SameReturnValue" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
<option name="processCode" value="true" />
<option name="processLiterals" value="true" />