Skip to content

Commit

Permalink
Disable faltal warning for input, ouput projects
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Aug 17, 2024
1 parent 3e17c49 commit 65cf378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ lazy val `sbt-tpolecat-scalafix` = scalafixProject("sbt-tpolecat")
)
)
)
.inputSettings(addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.0"))
.inputSettings( addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.0"))
.inputSettings(tlFatalWarnings := false)
.inputConfigure(_.enablePlugins(SbtPlugin))
.outputSettings(tlFatalWarnings := false)
.outputConfigure(_.dependsOn(`sbt-tpolecat-plugin`))
.outputConfigure(_.enablePlugins(SbtPlugin))

0 comments on commit 65cf378

Please sign in to comment.