Files
TeleJ/.idea/inspectionProfiles/Project_Default.xml
hdvtdev 17180ab796 + util NotTested
+ @NotTested AnswerCallbackQuery
+ @NotTested ApproveChatJoinRequest
+ some refactoring and docs
2025-04-05 17:00:03 +03:00

29 lines
2.5 KiB
XML

<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="0197c475-23ba-3a2b-9fef-705786687de5" enabled="true" level="ERROR" enabled_by_default="true" editorAttributes="ERRORS_ATTRIBUTES" />
<inspection_tool class="AtUsage" enabled="true" level="Caution" enabled_by_default="true" editorAttributes="Caution" />
<inspection_tool class="AutoCloseableResource" enabled="true" level="WARNING" enabled_by_default="true">
<option name="METHOD_MATCHER_CONFIG" value="java.util.Formatter,format,java.io.Writer,append,com.google.common.base.Preconditions,checkNotNull,org.hibernate.Session,close,java.io.PrintWriter,printf,java.io.PrintStream,printf,java.lang.foreign.Arena,ofAuto,java.lang.foreign.Arena,global,java.util.concurrent.Executors,newSingleThreadScheduledExecutor" />
</inspection_tool>
<inspection_tool class="CanBeParameter" enabled="true" level="Caution" enabled_by_default="true" editorAttributes="Caution" />
<inspection_tool class="GroovyUnusedAssignment" enabled="true" level="Caution" enabled_by_default="true" editorAttributes="Caution" />
<inspection_tool class="GroovyUnusedCatchParameter" enabled="true" level="Caution" enabled_by_default="true" editorAttributes="Caution" />
<inspection_tool class="JavadocDeclaration" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ADDITIONAL_TAGS" value="date,lastUpdated" />
</inspection_tool>
<inspection_tool class="ParameterCanBeLocal" enabled="true" level="Caution" enabled_by_default="true" editorAttributes="Caution" />
<inspection_tool class="SSBasedInspection" enabled="true" level="WARNING" enabled_by_default="true">
<searchConfiguration name="NotTested" text="@NotTested&#10;class $Class$ {}" recursive="true" caseInsensitive="false" type="JAVA" pattern_context="default">
<constraint name="__context__" within="" contains="" />
<constraint name="Class" within="" contains="" />
</searchConfiguration>
</inspection_tool>
<inspection_tool class="ThrowablePrintStackTrace" enabled="true" level="Caution" enabled_by_default="true" editorAttributes="Caution" />
<inspection_tool class="UnusedAssignment" enabled="true" level="Caution" enabled_by_default="true" editorAttributes="Caution">
<option name="REPORT_PREFIX_EXPRESSIONS" value="false" />
<option name="REPORT_POSTFIX_EXPRESSIONS" value="true" />
<option name="REPORT_REDUNDANT_INITIALIZER" value="true" />
</inspection_tool>
</profile>
</component>