Skip to content

Commit a438440

Browse files
committed
Merge remote-tracking branch 'apache/master' into structfield-metadata
2 parents 4266f4d + 044583a commit a438440

File tree

3 files changed

+2
-60
lines changed

3 files changed

+2
-60
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 58 deletions
This file was deleted.

scalastyle-config.xml

Lines changed: 1 addition & 1 deletion
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)