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.
2 parents cd8f6b9 + 331269c commit f5a5a09Copy full SHA for f5a5a09
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