Disables annoying lint rule.

This commit is contained in:
2021-06-20 00:33:41 -07:00
committed by Tom Hicks
parent 857733ec9c
commit 34e68443ae

View File

@@ -1,7 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="FieldCanBeLocal" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="TrivialIf" enabled="false" level="WARNING" enabled_by_default="false" />
</profile>
</component>