Skip to content

Commit

Permalink
enable scalafix plugin on scalafix-testkit (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlachkar authored Oct 27, 2020
1 parent dc6ee94 commit c9535c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ lazy val testkit = project
scalatest
)
)
.disablePlugins(ScalafixPlugin)
.dependsOn(cli)

lazy val unit = project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@ package scalafix.testkit
import java.nio.charset.StandardCharsets
import java.nio.file.Files

import org.scalatest.exceptions.TestFailedException
import org.scalatest.{BeforeAndAfterAll, Suite, TestRegistration}
import scalafix.internal.patch.PatchInternals
import scalafix.internal.reflect.ClasspathOps
import scalafix.internal.testkit.{AssertDiff, CommentAssertion}

import scala.meta._
import scala.meta.internal.io.FileIO

import org.scalatest.BeforeAndAfterAll
import org.scalatest.Suite
import org.scalatest.TestRegistration
import org.scalatest.exceptions.TestFailedException
import scalafix.internal.patch.PatchInternals
import scalafix.internal.reflect.ClasspathOps
import scalafix.internal.testkit.AssertDiff
import scalafix.internal.testkit.CommentAssertion
Expand Down

0 comments on commit c9535c7

Please sign in to comment.