Skip to content

Commit 98d3c16

Browse files
committedAug 13, 2018
#908 removed AvoidInstantiatingObjectsInLoops
1 parent 712d2a1 commit 98d3c16

File tree

1 file changed

+3
-1
lines changed
  • qulice-pmd/src/main/resources/com/qulice/pmd

1 file changed

+3
-1
lines changed
 

‎qulice-pmd/src/main/resources/com/qulice/pmd/ruleset.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
<rule ref="rulesets/java/logging-java.xml">
6060
<exclude name="GuardLogStatementJavaUtil"/>
6161
</rule>
62-
<rule ref="rulesets/java/optimizations.xml"/>
62+
<rule ref="rulesets/java/optimizations.xml">
63+
<exclude name="AvoidInstantiatingObjectsInLoops"/>
64+
</rule>
6365
<rule ref="rulesets/java/strings.xml"/>
6466
<rule ref="rulesets/java/strings.xml/AvoidDuplicateLiterals">
6567
<properties>

0 commit comments

Comments
 (0)
Please sign in to comment.