diff options
Diffstat (limited to 'buildstuffs/src')
| -rw-r--r-- | buildstuffs/src/main/resources/lv/enes/buildstuffs/pmd-rules.xml | 1 |
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> |