Make use of scalafix to remove unused import. (#26019)

* =build Add scalafix to remote unused import.

* +build Add file ignore plugin for scalafix which support ignore files.
This commit is contained in:
kerr 2018-12-05 16:30:21 +08:00 committed by Christopher Batey
parent c383f4483b
commit e9fb3a020a
184 changed files with 150 additions and 337 deletions

View file

@ -11,7 +11,7 @@ import akka.pattern._
import akka.stream.testkit.TestPublisher
import akka.stream.testkit.scaladsl._
import akka.stream._
import akka.testkit.{ AkkaSpec, ImplicitSender, SocketUtil, TestKit, TestProbe }
import akka.testkit.{ AkkaSpec, ImplicitSender, TestKit, TestProbe }
import akka.util.ByteString
import com.typesafe.config._