Skip to content

Commit

Permalink
Merge pull request #3561 from scala-steward-org/topic/dont-exclude-wa…
Browse files Browse the repository at this point in the history
…rnUnusedPatVars

Don't exclude `warnUnusedPatVars` compiler option
  • Loading branch information
fthomas authored Jan 22, 2025
2 parents cd8f6b9 + 331269c commit f5a5a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ ThisBuild / evictionErrorLevel := Level.Info
ThisBuild / tpolecatDefaultOptionsMode := {
if (insideCI.value) org.typelevel.sbt.tpolecat.CiMode else org.typelevel.sbt.tpolecat.DevMode
}
ThisBuild / tpolecatExcludeOptions += ScalacOptions.warnUnusedPatVars // https://github.com/scala/bug/issues/13041

/// projects

Expand Down

0 comments on commit f5a5a09

Please sign in to comment.