Skip to content

Commit 044583a

Browse files
prudhvi953pwendell
authored andcommittedOct 16, 2014
[Core] Upgrading ScalaStyle version to 0.5 and removing SparkSpaceAfterCommentStartChecker.
Author: prudhvi <[email protected]> Closes apache#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
1 parent 293a0b5 commit 044583a

File tree

3 files changed

+2
-60
lines changed

3 files changed

+2
-60
lines changed
 

‎project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
1717

1818
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")
1919

20-
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.4.0")
20+
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.5.0")
2121

2222
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
2323

‎project/spark-style/src/main/scala/org/apache/spark/scalastyle/SparkSpaceAfterCommentStartChecker.scala

-58
This file was deleted.

‎scalastyle-config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@
141141
<check level="error" class="org.scalastyle.file.NewLineAtEofChecker" enabled="true"></check>
142142
<check level="error" class="org.scalastyle.file.NoNewLineAtEofChecker" enabled="false"></check>
143143
<check level="error" class="org.apache.spark.scalastyle.NonASCIICharacterChecker" enabled="true"></check>
144-
<check level="error" class="org.apache.spark.scalastyle.SparkSpaceAfterCommentStartChecker" enabled="true"></check>
144+
<check level="error" class="org.scalastyle.scalariform.SpaceAfterCommentStartChecker" enabled="true"></check>
145145
</scalastyle>

0 commit comments

Comments
 (0)
Please sign in to comment.