aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-05-31 14:23:42 -0700
committerReynold Xin <rxin@databricks.com>2015-05-31 14:23:42 -0700
commit866652c903d06d1cb4356283e0741119d84dcc21 (patch)
tree91164dec3faf485c7cb4662d5ce937ee0988657d /scalastyle-config.xml
parent0674700303da3e4737d73f5fabd2a925ec712f63 (diff)
downloadspark-866652c903d06d1cb4356283e0741119d84dcc21.tar.gz
spark-866652c903d06d1cb4356283e0741119d84dcc21.tar.bz2
spark-866652c903d06d1cb4356283e0741119d84dcc21.zip
[SPARK-3850] Turn style checker on for trailing whitespaces.
Author: Reynold Xin <rxin@databricks.com> Closes #6541 from rxin/trailing-whitespace-on and squashes the following commits: f72ebe4 [Reynold Xin] [SPARK-3850] Turn style checker on for trailing whitespaces.
Diffstat (limited to 'scalastyle-config.xml')
-rw-r--r--scalastyle-config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/scalastyle-config.xml b/scalastyle-config.xml
index 75ef1e964b..f52b09551a 100644
--- a/scalastyle-config.xml
+++ b/scalastyle-config.xml
@@ -50,6 +50,9 @@
*/]]></parameter>
</parameters>
</check>
+
+ <check level="error" class="org.scalastyle.file.WhitespaceEndOfLineChecker" enabled="true"></check>
+
<check level="error" class="org.scalastyle.scalariform.SpacesAfterPlusChecker" enabled="true"></check>
<check level="error" class="org.scalastyle.scalariform.SpacesBeforePlusChecker" enabled="true"></check>
<check level="error" class="org.scalastyle.file.WhitespaceEndOfLineChecker" enabled="false"></check>