Skip to content

Commit 970fccb

Browse files
author
Tobias Rho
committed
changed max line size from 80 to 100
1 parent 098eb56 commit 970fccb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

checkstyle_checks.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@
9393

9494
<!-- Checks for Size Violations. -->
9595
<!-- See http://checkstyle.sf.net/config_sizes.html -->
96-
<module name="LineLength"/>
96+
<!-- TRHO changed this from 80 to 120 -->
97+
<module name="LineLength">
98+
<property name="max" value="120"/>
99+
</module>
97100
<module name="MethodLength"/>
98101
<module name="ParameterNumber"/>
99102

0 commit comments

Comments
 (0)