summaryrefslogtreecommitdiff
path: root/buildstuffs/src
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-08-08 08:25:04 +0300
committerGravatar Uko Kokņevičs2025-08-08 08:25:04 +0300
commit0b1aee148de76108ebdb1b6a22c2c75c5686a23e (patch)
treea29d68fa9a9e4a2c21a743cdaccbfc022eccc824 /buildstuffs/src
parentUpdate spotbugs-plugin minorest version to .2 (diff)
downloadlv.enes:parent-0b1aee148de76108ebdb1b6a22c2c75c5686a23e.tar.gz
lv.enes:parent-0b1aee148de76108ebdb1b6a22c2c75c5686a23e.tar.xz
lv.enes:parent-0b1aee148de76108ebdb1b6a22c2c75c5686a23e.zip
Increase allowed comment line count to 40
Diffstat (limited to 'buildstuffs/src')
-rw-r--r--buildstuffs/src/main/resources/lv/enes/buildstuffs/pmd-rules.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstuffs/src/main/resources/lv/enes/buildstuffs/pmd-rules.xml b/buildstuffs/src/main/resources/lv/enes/buildstuffs/pmd-rules.xml
index 796611e..7cc91f5 100644
--- a/buildstuffs/src/main/resources/lv/enes/buildstuffs/pmd-rules.xml
+++ b/buildstuffs/src/main/resources/lv/enes/buildstuffs/pmd-rules.xml
@@ -90,6 +90,7 @@
90 </rule> 90 </rule>
91 <rule ref="category/java/documentation.xml/CommentSize"> 91 <rule ref="category/java/documentation.xml/CommentSize">
92 <properties> 92 <properties>
93 <property name="maxLines" value="40" />
93 <property name="maxLineLength" value="120" /> 94 <property name="maxLineLength" value="120" />
94 </properties> 95 </properties>
95 </rule> 96 </rule>