Skip to content

Commit f1d280f

Browse files
authored
Update Checkstyle configuration for line length
1 parent 417fff3 commit f1d280f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

exercises/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
1010

1111
<module name="Checker">
1212

13+
1314
<module name="LineLength">
1415
<!-- Checks if a line is too long. -->
1516
<property name="max" value="120" default="120" />

0 commit comments

Comments
 (0)