Skip to content

Commit

Permalink
ignore "possible missing interpolator" in PlaintextRendererSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Oct 25, 2024
1 parent a152caa commit fb34009
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ import laika.io.model.InputTree
import laika.io.syntax.*
import munit.CatsEffectSuite

import scala.annotation.nowarn

@nowarn("msg=possible missing interpolator")
class PlaintextRendererSuite extends CatsEffectSuite {

val selections: Selections = Selections(
Expand Down

0 comments on commit fb34009

Please sign in to comment.