Use IntelliJ inspection "PublicApiImplicitType"
This commit is contained in:
committed by
Space Team
parent
38695ff14c
commit
dd5f6a7619
+3
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user