aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2016-01-12 19:24:50 -0800
committerReynold Xin <rxin@databricks.com>2016-01-12 19:24:50 -0800
commitf14922cff84b1e0984ba4597d764615184126bdc (patch)
treefca9887aaa9c8175530cfef897bee52ef9a95020 /scalastyle-config.xml
parentb3b9ad23cffc1c6d83168487093e4c03d49e1c2c (diff)
downloadspark-f14922cff84b1e0984ba4597d764615184126bdc.tar.gz
spark-f14922cff84b1e0984ba4597d764615184126bdc.tar.bz2
spark-f14922cff84b1e0984ba4597d764615184126bdc.zip
[SPARK-12692][BUILD][CORE] Scala style: Fix the style violation (Space before ",")
Fix the style violation (space before , and :). This PR is a followup for #10643 Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #10719 from sarutak/SPARK-12692-followup-core.
Diffstat (limited to 'scalastyle-config.xml')
-rw-r--r--scalastyle-config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scalastyle-config.xml b/scalastyle-config.xml
index 2439a1f715..bc209ee6aa 100644
--- a/scalastyle-config.xml
+++ b/scalastyle-config.xml
@@ -220,7 +220,7 @@ This file is divided into 3 sections:
<!-- Should turn this on, but we have a few places that need to be fixed first -->
<check level="warning" class="org.scalastyle.scalariform.DisallowSpaceBeforeTokenChecker" enabled="true">
<parameters>
- <parameter name="tokens">COLON, COMMA</parameter>
+ <parameter name="tokens">COMMA</parameter>
</parameters>
</check>