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.
1 parent 4d9deef commit 372ced5Copy full SHA for 372ced5
downstream-tests/build.sbt
@@ -20,6 +20,7 @@ def scalacCommonFlags: Seq[String] = Seq(
20
)
21
22
def scalac2Flags = Seq(
23
+ "-Wconf:cat=lint-infer-any&msg=kind-polymorphic:s", // https://github.com/scala/bug/issues/13128
24
"-Wunused:explicits", // Warn if an explicit parameter is unused.
25
"-Wunused:implicits", // Warn if an implicit parameter is unused.
26
"-Wunused:imports", // Warn if an import selector is not referenced.
0 commit comments