Open
Description
If you disallow for example println
, then it should be possible to escape that error with // scalafix:ok println
. However, scalafix will report an error on "printlnin
// scalafix:ok println`. It would be nice if scalafix handled this case by checking that the offensive location does not follow the string "scalafix:ok " or "scalafix:off ".