You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/10/18 13:39:41 UTC

[hudi] branch master updated: [MINOR] Increase maxParameters size in scalastyle (#6987)

This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 52ed71ac69 [MINOR] Increase maxParameters size in scalastyle (#6987)
52ed71ac69 is described below

commit 52ed71ac69d6d0212bb65f22cb3361fecd569b6a
Author: Zouxxyy <zo...@alibaba-inc.com>
AuthorDate: Tue Oct 18 21:39:05 2022 +0800

    [MINOR] Increase maxParameters size in scalastyle (#6987)
---
 style/scalastyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style/scalastyle.xml b/style/scalastyle.xml
index e06109388b..f19e2f3f97 100644
--- a/style/scalastyle.xml
+++ b/style/scalastyle.xml
@@ -62,7 +62,7 @@
  </check>
  <check level="error" class="org.scalastyle.scalariform.ParameterNumberChecker" enabled="true">
   <parameters>
-   <parameter name="maxParameters"><![CDATA[8]]></parameter>
+   <parameter name="maxParameters"><![CDATA[10]]></parameter>
   </parameters>
  </check>
  <check level="error" class="org.scalastyle.scalariform.MagicNumberChecker" enabled="false">