mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
turn off switch statement warnings
This commit is contained in:
+6
-1
@@ -1,6 +1,11 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="IfCanBeSwitch" enabled="false" level="WARNING" enabled_by_default="false">
|
||||
<option name="minimumBranches" value="3" />
|
||||
<option name="suggestIntSwitches" value="false" />
|
||||
<option name="suggestEnumSwitches" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="TOP_LEVEL_CLASS_OPTIONS">
|
||||
<value>
|
||||
@@ -30,7 +35,7 @@
|
||||
<option name="IGNORE_JAVADOC_PERIOD" value="true" />
|
||||
<option name="IGNORE_DUPLICATED_THROWS" value="false" />
|
||||
<option name="IGNORE_POINT_TO_ITSELF" value="false" />
|
||||
<option name="myAdditionalJavadocTags" value="webref,webBrief,nowebref,usage" />
|
||||
<option name="myAdditionalJavadocTags" value="webref,webBrief,nowebref,usage,see_external" />
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
||||
Reference in New Issue
Block a user