We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1084868 commit deddd91Copy full SHA for deddd91
.config/pmd/java/ruleset.xml
@@ -185,6 +185,9 @@
185
<!-- Handled by checkstyle -->
186
<exclude name="RedundantFieldInitializer"/>
187
188
+ <!-- Not in use and resource intensive -->
189
+ <exclude name="UseIOStreamsWithApacheCommonsFileItem"/>
190
+
191
<!-- Nowadays optimized by compiler; No code bloating needed -->
192
<exclude name="UseStringBufferForStringAppends"/>
193
</rule>
0 commit comments