Disable nullability inspection in IDEA

This commit is contained in:
Alexey Andreev 2017-11-16 13:44:44 +03:00
parent 0e5b1a97c1
commit 7e422c081e

View File

@ -92,7 +92,7 @@
</inspection_tool>
<inspection_tool class="NestedAssignment" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="NonOsgiMavenDependency" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="NullableProblems" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<inspection_tool class="NullableProblems" enabled="false" level="WEAK WARNING" enabled_by_default="false">
<option name="REPORT_NULLABLE_METHOD_OVERRIDES_NOTNULL" value="true" />
<option name="REPORT_NOT_ANNOTATED_METHOD_OVERRIDES_NOTNULL" value="true" />
<option name="REPORT_NOTNULL_PARAMETER_OVERRIDES_NULLABLE" value="true" />