mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Disabled EasyPMD rule: GuardLogStatementJavaUtil
This commit is contained in:
parent
02f181bb08
commit
d135eca507
@ -185,7 +185,8 @@
|
|||||||
<rule ref="rulesets/java/logging-java.xml/LoggerIsNotStaticFinal"/>
|
<rule ref="rulesets/java/logging-java.xml/LoggerIsNotStaticFinal"/>
|
||||||
<rule ref="rulesets/java/logging-java.xml/SystemPrintln"/>
|
<rule ref="rulesets/java/logging-java.xml/SystemPrintln"/>
|
||||||
<rule ref="rulesets/java/logging-java.xml/AvoidPrintStackTrace"/>
|
<rule ref="rulesets/java/logging-java.xml/AvoidPrintStackTrace"/>
|
||||||
<rule ref="rulesets/java/logging-java.xml/GuardLogStatementJavaUtil"/>
|
<!-- Disabled because we don't want If conditions around all Log statements
|
||||||
|
<rule ref="rulesets/java/logging-java.xml/GuardLogStatementJavaUtil"/> -->
|
||||||
<rule ref="rulesets/java/logging-java.xml/InvalidSlf4jMessageFormat"/>
|
<rule ref="rulesets/java/logging-java.xml/InvalidSlf4jMessageFormat"/>
|
||||||
<rule ref="rulesets/java/migrating.xml/ReplaceVectorWithList"/>
|
<rule ref="rulesets/java/migrating.xml/ReplaceVectorWithList"/>
|
||||||
<rule ref="rulesets/java/migrating.xml/ReplaceHashtableWithMap"/>
|
<rule ref="rulesets/java/migrating.xml/ReplaceHashtableWithMap"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user