You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2017/08/18 07:36:47 UTC

[2/5] flink git commit: [hotfix] increase Scala checkstyle maxParameters to 20

[hotfix] increase Scala checkstyle maxParameters to 20


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9c80d407
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9c80d407
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9c80d407

Branch: refs/heads/master
Commit: 9c80d407c6b31cf449572ad8cc90da0f15fb2b16
Parents: d0a1506
Author: Nico Kruber <ni...@data-artisans.com>
Authored: Tue Jul 4 11:50:07 2017 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Fri Aug 18 09:29:31 2017 +0200

----------------------------------------------------------------------
 tools/maven/scalastyle-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/9c80d407/tools/maven/scalastyle-config.xml
----------------------------------------------------------------------
diff --git a/tools/maven/scalastyle-config.xml b/tools/maven/scalastyle-config.xml
index 0f7f6bb..848b2af 100644
--- a/tools/maven/scalastyle-config.xml
+++ b/tools/maven/scalastyle-config.xml
@@ -86,7 +86,7 @@
  <!-- </check> -->
  <check level="error" class="org.scalastyle.scalariform.ParameterNumberChecker" enabled="true">
   <parameters>
-   <parameter name="maxParameters"><![CDATA[15]]></parameter>
+   <parameter name="maxParameters"><![CDATA[20]]></parameter>
   </parameters>
  </check>
  <!-- <check level="error" class="org.scalastyle.scalariform.MagicNumberChecker" enabled="true"> -->