Fix: park the client if cache-dir has been deleted

This commit is contained in:
Sheepit Renderfarm
2025-01-21 10:38:29 +00:00
parent 58e1b91ec2
commit 68dd55233d
5 changed files with 72 additions and 18 deletions

View File

@@ -54,7 +54,11 @@
<rule ref="category/java/design.xml/AvoidThrowingNullPointerException" />
<rule ref="category/java/design.xml/ClassWithOnlyPrivateConstructorsShouldBeFinal" />
<rule ref="category/java/design.xml/DoNotExtendJavaLangError" />
<rule ref="category/java/design.xml/ExcessivePublicCount" />
<rule ref="category/java/design.xml/ExcessivePublicCount">
<properties>
<property name="minimum" value="75" />
</properties>
</rule>
<rule ref="category/java/design.xml/InvalidJavaBean" />
<rule ref="category/java/design.xml/LogicInversion" />
<rule ref="category/java/design.xml/SimplifiedTernary" />