Philipp "Flipsi" Moers

Results 3 issues of Philipp "Flipsi" Moers

Unlike #125, I think scapegoat really finds false positives for the **Empty if statement** warning. When defining a function like this: ``` def checkFoo(things: Future[Seq[String]]): Future[Unit] = { things.map(ts =>...

false positive

Similar to #46, but more complex, syntax is broken if triple quasi quotes with quotes (`s"""really "simple" example"""`) are used within [processed string literals](https://docs.scala-lang.org/overviews/core/string-interpolation.html) ("string interpolations"): ```scala object Main {...