Skip to content

Commit 2ea6f9a

Browse files
committed
Updated the checkstyles to allow for more flexible designs.
1 parent d32cc21 commit 2ea6f9a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

supplement/codequality/checkstyle.xml

+8-3
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
<property name="max" value="120"/>
7373
</module>
7474
<module name="MethodLength">
75-
<property name="max" value="60"/>
75+
<property name="max" value="75"/>
7676
</module>
7777
<module name="ParameterNumber">
78-
<property name="max" value="5"/>
78+
<property name="max" value="7"/>
7979
</module>
8080

8181
<!-- checks for whitespaces -->
@@ -147,5 +147,10 @@
147147
<property name="checkFormat" value="$1"/>
148148
<property name="influenceFormat" value="1"/>
149149
</module>
150-
150+
151+
<module name="SuppressionCommentFilter">
152+
<property name="offCommentFormat" value="CHECKSTYLE.OFF"/>
153+
<property name="onCommentFormat" value="CHECKSTYLE.ON"/>
154+
</module>
155+
151156
</module>

0 commit comments

Comments
 (0)