Skip to content

Commit cb5b2a0

Browse files
committed
[build][minor] Upgrade the max file length from 3k to 4k
1 parent 9f48142 commit cb5b2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/maven/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This file is based on the checkstyle file of Apache Beam.
7272
-->
7373

7474
<module name="FileLength">
75-
<property name="max" value="3000"/>
75+
<property name="max" value="4000"/>
7676
</module>
7777

7878
<!-- All Java AST specific tests live under TreeWalker module. -->

0 commit comments

Comments
 (0)