Skip to content

Commit

Permalink
Merge pull request #2540 from armanbilge/topic/check-init
Browse files Browse the repository at this point in the history
Remove `-Xcheckinit` compiler flag
  • Loading branch information
djspiewak authored Nov 14, 2021
2 parents 7433906 + 7f65df0 commit b28dd40
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ object Common extends AutoPlugin {
Nil
else
Seq(compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"))
},
scalacOptions ++= {
if (isDotty.value)
Nil
else
Seq("-Xcheckinit")
}
)
}

0 comments on commit b28dd40

Please sign in to comment.