Skip to content

Commit c866427

Browse files
author
Sergiy Zhovnir
committed
Excluded CommentSize rule for avoiding error if method docs comment have more then 6 lines
1 parent c977602 commit c866427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle-tasks/pmd/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</rule>
2626
<rule ref="category/java/documentation.xml">
2727
<exclude name="CommentRequired" />
28+
<exclude name="CommentSize" />
2829
</rule>
2930
<rule ref="category/java/errorprone.xml">
3031
<exclude name="BeanMembersShouldSerialize"/>

0 commit comments

Comments
 (0)