Skip to content

Commit 9eba71a

Browse files
Fix scala#4295: -Ycheck:all dotty-doc-bootstrapped
1 parent 0228651 commit 9eba71a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ object Build {
393393
connectInput in run := true,
394394
outputStrategy := Some(StdoutOutput),
395395

396+
scalacOptions += "-Ycheck:all",
396397
javaOptions ++= (javaOptions in `dotty-compiler`).value,
397398
fork in run := true,
398399
fork in Test := true,

0 commit comments

Comments
 (0)