Skip to content

Commit 82e0d17

Browse files
committed
Set allowCommentedBlocks=true in pmd rules.
1 parent 95a11b1 commit 82e0d17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/pmd-ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
<rule ref="category/java/errorprone.xml/EmptyCatchBlock">
355355
<priority>1</priority>
356356
<properties>
357-
<property name="allowCommentedBlocks" value="false" />
357+
<property name="allowCommentedBlocks" value="true" />
358358
</properties>
359359
</rule>
360360
<!-- <rule ref="category/java/errorprone.xml/EmptyFinalizer" /> -->

0 commit comments

Comments
 (0)