Skip to content

Commit c91a748

Browse files
committed
Enable -Ycheck:all for scala2-library-bootstrapped
1 parent 1bfb0f1 commit c91a748

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/Build.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,10 @@ object Build {
10451045
dependsOn(dottyCompiler(Bootstrapped) % "provided; compile->runtime; test->test").
10461046
settings(commonBootstrappedSettings).
10471047
settings(scala2LibraryBootstrappedSettings).
1048-
settings(moduleName := "scala2-library")
1048+
settings(moduleName := "scala2-library").
1049+
settings(
1050+
scalacOptions += "-Ycheck:all",
1051+
)
10491052

10501053
/** Scala 2 library compiled by dotty using the latest published sources of the library.
10511054
*

0 commit comments

Comments
 (0)