Skip to content

Commit 7a3fb20

Browse files
committed
adapt pmd commentsize
1 parent be54320 commit 7a3fb20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/pmd/pmd-ruleset.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
<exclude name="CommentRequired"/>
4343
</rule>
4444

45+
<rule ref="category/java/documentation.xml/CommentSize">
46+
<properties>
47+
<property name="maxLineLength" value="100"/>
48+
<property name="maxLines" value="40"/>
49+
</properties>
50+
</rule>
51+
4552
<rule ref="category/java/errorprone.xml">
4653
<exclude name="AvoidFieldNameMatchingMethodName"/>
4754
</rule>

0 commit comments

Comments
 (0)