Skip to content

Commit 27a4d90

Browse files
authored
[ci] remove quickfix
I got annoyed at how many times i had to revert files because of it Signed-off-by: Nicu Reut <[email protected]>
1 parent 060d30a commit 27a4d90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/BuildCommon.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ object BuildCommon {
9090
"-Wunused:params",
9191
// https://github.com/scala/bug/issues/12883 I have no idea what's the purpose of that warning
9292
"-Wconf:msg=access modifiers for `.*` method are copied from the case class constructor under Scala 3:s",
93-
"-quickfix:any",
9493
),
9594
Test / testOptions ++= Seq(
9695
// Enable logging of begin and end of test cases, test suites, and test runs.

0 commit comments

Comments
 (0)