We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2b873 commit 60b7892Copy full SHA for 60b7892
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -275,7 +275,8 @@ object projects:
275
lazy val scalap = SbtCommunityProject(
276
project = "scalap",
277
sbtTestCommand = "scalap/compile",
278
- sbtDocCommand = "scalap/doc"
+ sbtDocCommand = "scalap/doc",
279
+ scalacOptions = Nil // disable -Ycheck-init
280
)
281
282
lazy val betterfiles = SbtCommunityProject(
@@ -387,6 +388,7 @@ object projects:
387
388
sbtTestCommand = "unitTests/test",
389
// Adds <empty> package
390
sbtDocCommand = "coreJVM/doc",
391
+ scalacOptions = Nil, // disable -Ycheck-init
392
dependencies = List(munit, scodecBits)
393
394
0 commit comments