This is an automated email from the ASF dual-hosted git repository. leonard pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
commit 50e6c82870c8147a5f5c067806d1e083cd7f2a61 Author: Leonard Xu <xbjt...@gmail.com> AuthorDate: Tue Jan 14 23:01:03 2025 +0800 [build][minor] Upgrade the max file length from 3k to 4k --- tools/maven/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/maven/checkstyle.xml b/tools/maven/checkstyle.xml index 5fefad200..8d2390e9d 100644 --- a/tools/maven/checkstyle.xml +++ b/tools/maven/checkstyle.xml @@ -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. -->