-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #419 from scalacenter/scala213
let scalafixScalaBV follow scalaBV to leverage 2.13 & deprecate it
- Loading branch information
Showing
20 changed files
with
33 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
rules = [OrganizeImports, ExplicitResultTypes] | ||
ExplicitResultTypes.skipSimpleDefinitions = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rules = [OrganizeImports] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
src/sbt-test/sbt-1.5/cross-build-scala3/src/main/scala-3/Main.scala.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import scala.Int | ||
|
||
object Main { | ||
def foo(a: Int) = a + 2.0f | ||
} |
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
src/sbt-test/sbt-1.5/cross-build-scalafixScalaBinaryVersion/.scalafix-2.conf
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
src/sbt-test/sbt-1.5/cross-build-scalafixScalaBinaryVersion/.scalafix-3.conf
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...-test/sbt-1.5/cross-build-scalafixScalaBinaryVersion/src/main/scala-3/Main.scala.expected
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
src/sbt-test/sbt-scalafix/scalafixScalaBinaryVersion/build.sbt
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
src/sbt-test/sbt-scalafix/scalafixScalaBinaryVersion/project/plugins.sbt
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...test/sbt-scalafix/scalafixScalaBinaryVersion/src/main/scala/NeedExplicitResultTypes.scala
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.