aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'scalastyle-config.xml')
-rw-r--r--scalastyle-config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/scalastyle-config.xml b/scalastyle-config.xml
index ee855ca0e0..9714c46fe9 100644
--- a/scalastyle-config.xml
+++ b/scalastyle-config.xml
@@ -218,6 +218,12 @@ This file is divided into 3 sections:
</parameters>
</check>
+ <!-- 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>
+ </parameters>
+ </check>
<!-- ================================================================================ -->
<!-- rules we don't want -->