remove neo-sbt-scalafmt test

The test fails because the plugin is using reflection to access a private class, and we changed it - https://github.com/lucidsoftware/neo-sbt-scalafmt/issues/80
This commit is contained in:
Eugene Yokota 2019-08-19 03:37:33 -04:00
parent 01e7b5d191
commit fcf7c5955e
4 changed files with 0 additions and 10 deletions

View File

@ -1,2 +0,0 @@
scalaVersion := "2.12.2"
enablePlugins(ScalafmtPlugin)

View File

@ -1 +0,0 @@
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")

View File

@ -1,6 +0,0 @@
import java.io.File
import java.nio.file.Files
object Main extends App {
Files.write(new File("output").toPath, "OK".getBytes("UTF-8"))
}

View File

@ -1 +0,0 @@
> scalafmt