mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Merge pull request #3444 from raman-bt/develop
Disabled EasyPMD rule: GuardLogStatementJavaUtil
This commit is contained in:
commit
11e1a68315
@ -185,7 +185,8 @@
|
||||
<rule ref="rulesets/java/logging-java.xml/LoggerIsNotStaticFinal"/>
|
||||
<rule ref="rulesets/java/logging-java.xml/SystemPrintln"/>
|
||||
<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/migrating.xml/ReplaceVectorWithList"/>
|
||||
<rule ref="rulesets/java/migrating.xml/ReplaceHashtableWithMap"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user