[build][minor] Upgrade the max file length from 3k to 4k

pull/3863/head
Leonard Xu 2 weeks ago committed by Leonard Xu
parent d77cf7fa75
commit 50e6c82870

@ -72,7 +72,7 @@ This file is based on the checkstyle file of Apache Beam.
-->
<module name="FileLength">
<property name="max" value="3000"/>
<property name="max" value="4000"/>
</module>
<!-- All Java AST specific tests live under TreeWalker module. -->

Loading…
Cancel
Save