Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not respect scalafix:off and scalafix:on #37

Open
He-Pin opened this issue Mar 22, 2020 · 0 comments
Open

not respect scalafix:off and scalafix:on #37

He-Pin opened this issue Mar 22, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@He-Pin
Copy link

He-Pin commented Mar 22, 2020

//scalafix:off
//#imports
import scala.collection.immutable
import scala.concurrent.duration._
import scala.concurrent.{ Await, Future }

import org.scalatest.wordspec.AnyWordSpecLike

import akka.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
import akka.actor.typed.ActorRef
//#imports
//scalafix:on
import akka.actor.typed.scaladsl.Behaviors

gives me

//scalafix:off
//#imports
import scala.collection.immutable
import scala.concurrent.duration._
import scala.concurrent.{ Await, Future }

import org.scalatest.wordspec.AnyWordSpecLike

import akka.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
import akka.actor.typed.ActorRef
//#imports//scalafix:onimport akka.actor.typed.scaladsl.Behaviors
@NeQuissimus NeQuissimus added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants