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 060d30a commit 27a4d90Copy full SHA for 27a4d90
project/BuildCommon.scala
@@ -90,7 +90,6 @@ object BuildCommon {
90
"-Wunused:params",
91
// https://github.com/scala/bug/issues/12883 I have no idea what's the purpose of that warning
92
"-Wconf:msg=access modifiers for `.*` method are copied from the case class constructor under Scala 3:s",
93
- "-quickfix:any",
94
),
95
Test / testOptions ++= Seq(
96
// Enable logging of begin and end of test cases, test suites, and test runs.
0 commit comments