aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-01-12 12:56:52 -0800
committerReynold Xin <rxin@databricks.com>2016-01-12 12:56:52 -0800
commit0d543b98f3e3da5053f0476f4647a765460861f3 (patch)
tree41ebb97aa34bc1df5815562b3b9fef581223d143 /scalastyle-config.xml
parent0ed430e315b9a409490a3604a619321b476cb520 (diff)
downloadspark-0d543b98f3e3da5053f0476f4647a765460861f3.tar.gz
spark-0d543b98f3e3da5053f0476f4647a765460861f3.tar.bz2
spark-0d543b98f3e3da5053f0476f4647a765460861f3.zip
Revert "[SPARK-12692][BUILD][SQL] Scala style: Fix the style violation (Space before "," or ":")"
This reverts commit 8cfa218f4f1b05f4d076ec15dd0a033ad3e4500d.
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 b873b62721..2439a1f715 100644
--- a/scalastyle-config.xml
+++ b/scalastyle-config.xml
@@ -218,7 +218,7 @@ This file is divided into 3 sections:
<check level="error" class="org.scalastyle.scalariform.EqualsHashCodeChecker" enabled="false"></check>
<!-- Should turn this on, but we have a few places that need to be fixed first -->
- <check customId="whitespacebeforetoken" level="warning" class="org.scalastyle.scalariform.DisallowSpaceBeforeTokenChecker" enabled="true">
+ <check level="warning" class="org.scalastyle.scalariform.DisallowSpaceBeforeTokenChecker" enabled="true">
<parameters>
<parameter name="tokens">COLON, COMMA</parameter>
</parameters>