Skip to content

Commit f5a5a09

Browse files
authored
Merge pull request #3561 from scala-steward-org/topic/dont-exclude-warnUnusedPatVars
Don't exclude `warnUnusedPatVars` compiler option
2 parents cd8f6b9 + 331269c commit f5a5a09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ ThisBuild / evictionErrorLevel := Level.Info
9595
ThisBuild / tpolecatDefaultOptionsMode := {
9696
if (insideCI.value) org.typelevel.sbt.tpolecat.CiMode else org.typelevel.sbt.tpolecat.DevMode
9797
}
98-
ThisBuild / tpolecatExcludeOptions += ScalacOptions.warnUnusedPatVars // https://github.com/scala/bug/issues/13041
9998

10099
/// projects
101100

0 commit comments

Comments
 (0)