We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
warnUnusedPatVars
1 parent cd8f6b9 commit 331269cCopy full SHA for 331269c
build.sbt
@@ -95,7 +95,6 @@ ThisBuild / evictionErrorLevel := Level.Info
95
ThisBuild / tpolecatDefaultOptionsMode := {
96
if (insideCI.value) org.typelevel.sbt.tpolecat.CiMode else org.typelevel.sbt.tpolecat.DevMode
97
}
98
-ThisBuild / tpolecatExcludeOptions += ScalacOptions.warnUnusedPatVars // https://github.com/scala/bug/issues/13041
99
100
/// projects
101
0 commit comments