We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a11b1 commit 82e0d17Copy full SHA for 82e0d17
1 file changed
.github/pmd-ruleset.xml
@@ -354,7 +354,7 @@
354
<rule ref="category/java/errorprone.xml/EmptyCatchBlock">
355
<priority>1</priority>
356
<properties>
357
- <property name="allowCommentedBlocks" value="false" />
+ <property name="allowCommentedBlocks" value="true" />
358
</properties>
359
</rule>
360
<!-- <rule ref="category/java/errorprone.xml/EmptyFinalizer" /> -->
0 commit comments