Use IntelliJ inspection "PublicApiImplicitType"

This commit is contained in:
Vladimir Sukharev
2023-11-08 12:39:15 +01:00
committed by Space Team
parent 38695ff14c
commit dd5f6a7619
+3
View File
@@ -291,6 +291,9 @@
<option name="namePattern" value="[a-z_][a-z\d_]*(\.[a-z_][a-zA-Z\d_]*)*" />
</inspection_tool>
<inspection_tool class="ProtectedMemberInFinalClass" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="PublicApiImplicitType" enabled="true" level="WARNING" enabled_by_default="true">
<option name="reportInternal" value="true" />
</inspection_tool>
<inspection_tool class="PublicFieldAccessedInSynchronizedContext" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="PyCompatibilityInspection" enabled="true" level="ERROR" enabled_by_default="true">
<option name="fromVersion" value="2.4" />