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 e5be441 commit e7d62c3Copy full SHA for e7d62c3
project/BuildSettings.scala
@@ -45,7 +45,7 @@ object BuildSettings {
45
)
46
}), // Stop these being errors, they are fine.
47
Test / scalacOptions --=
48
- List("-Wnonunit-statement", "-Xlint:unused"),
+ List("-Wnonunit-statement", "-Xlint:unused", "-Wconf:msg=unused value of type org.scalatest.Assertion:s"),
49
scalacOptions --= {
50
if (sys.env.contains("CI"))
51
Seq.empty
0 commit comments