mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
idea_default.xml: ObjectToString inspection enabled with all new ignore options (IDEA-CR-16197)
This commit is contained in:
+6
@@ -517,6 +517,12 @@
|
||||
</inspection_tool>
|
||||
<inspection_tool class="ObjectEqualsNull" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="ObjectNotify" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="ObjectToString" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="IGNORE_NONNLS" value="true" />
|
||||
<option name="IGNORE_EXCEPTION" value="true" />
|
||||
<option name="IGNORE_ASSERT" value="true" />
|
||||
<option name="IGNORE_TOSTRING" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="ObsoleteCollection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoreRequiredObsoleteCollectionTypes" value="false" />
|
||||
</inspection_tool>
|
||||
|
||||
Reference in New Issue
Block a user