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 be54320 commit 7a3fb20Copy full SHA for 7a3fb20
config/pmd/pmd-ruleset.xml
@@ -42,6 +42,13 @@
42
<exclude name="CommentRequired"/>
43
</rule>
44
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
+
52
<rule ref="category/java/errorprone.xml">
53
<exclude name="AvoidFieldNameMatchingMethodName"/>
54
0 commit comments