aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
diff options
context:
space:
mode:
authorprudhvi <prudhvi953@gmail.com>2014-10-16 02:05:44 -0400
committerPatrick Wendell <pwendell@gmail.com>2014-10-16 02:05:44 -0400
commit044583a241203e7fe759366b273ad32fd9bf7c05 (patch)
tree62dc5e155431142963635f75cf18d9d386f0f1c9 /scalastyle-config.xml
parent293a0b5dbba0474832dc7e9d387f3b10f6c452ea (diff)
downloadspark-044583a241203e7fe759366b273ad32fd9bf7c05.tar.gz
spark-044583a241203e7fe759366b273ad32fd9bf7c05.tar.bz2
spark-044583a241203e7fe759366b273ad32fd9bf7c05.zip
[Core] Upgrading ScalaStyle version to 0.5 and removing SparkSpaceAfterCommentStartChecker.
Author: prudhvi <prudhvi953@gmail.com> Closes #2799 from prudhvije/ScalaStyle/space-after-comment-start and squashes the following commits: fc263a1 [prudhvi] [Core] Using scalastyle to check the space after comment start
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 c54f8b72eb..0ff521706c 100644
--- a/scalastyle-config.xml
+++ b/scalastyle-config.xml
@@ -141,5 +141,5 @@
<check level="error" class="org.scalastyle.file.NewLineAtEofChecker" enabled="true"></check>
<check level="error" class="org.scalastyle.file.NoNewLineAtEofChecker" enabled="false"></check>
<check level="error" class="org.apache.spark.scalastyle.NonASCIICharacterChecker" enabled="true"></check>
- <check level="error" class="org.apache.spark.scalastyle.SparkSpaceAfterCommentStartChecker" enabled="true"></check>
+ <check level="error" class="org.scalastyle.scalariform.SpaceAfterCommentStartChecker" enabled="true"></check>
</scalastyle>