Skip to content

Commit e7d62c3

Browse files
mcc-1326235 scalacopts p33
1 parent e5be441 commit e7d62c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object BuildSettings {
4545
)
4646
}), // Stop these being errors, they are fine.
4747
Test / scalacOptions --=
48-
List("-Wnonunit-statement", "-Xlint:unused"),
48+
List("-Wnonunit-statement", "-Xlint:unused", "-Wconf:msg=unused value of type org.scalatest.Assertion:s"),
4949
scalacOptions --= {
5050
if (sys.env.contains("CI"))
5151
Seq.empty

0 commit comments

Comments
 (0)