Skip to content

Commit eed3d8a

Browse files
committed
Update ruleset.xml
1 parent 3e41f58 commit eed3d8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.config/pmd/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@
135135
</rule>
136136

137137
<rule ref="category/java/performance.xml">
138+
<!-- This was fixed in Java 10 -->
139+
<exclude name="AvoidFileStream"/>
140+
138141
<!-- Used everywhere and has neglectable performance impact -->
139142
<exclude name="AvoidInstantiatingObjectsInLoops"/>
140143

0 commit comments

Comments
 (0)