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 94a3fa0 commit 3a4c211Copy full SHA for 3a4c211
ruleset.xml
@@ -73,6 +73,7 @@
73
74
<rule ref="category/java/performance.xml">
75
<exclude name="AvoidInstantiatingObjectsInLoops"/> <!-- Rule makes sense only sometimes. -->
76
+ <exclude name="InsufficientStringBufferDeclaration"/><!-- I consider this premature optimization. -->
77
</rule>
78
79
<rule ref="category/java/security.xml"/>
0 commit comments