mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 13:53:53 +01:00
20 lines
890 B
XML
20 lines
890 B
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Default" />
|
|
<inspection_tool class="JSHint" enabled="true" level="ERROR" enabled_by_default="true" />
|
|
<inspection_tool class="PyCompatibilityInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="ourVersions">
|
|
<value>
|
|
<list size="1">
|
|
<item index="0" class="java.lang.String" itemvalue="3.5" />
|
|
</list>
|
|
</value>
|
|
</option>
|
|
</inspection_tool>
|
|
<inspection_tool class="PyMandatoryEncodingInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<option name="myAllPythons" value="true" />
|
|
</inspection_tool>
|
|
<inspection_tool class="PyMissingTypeHintsInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
|
</profile>
|
|
</component>
|