Skip to content

Commit ad411ce

Browse files
committed
Enable -Ycheck:typer in community-build
1 parent 9b45869 commit ad411ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ final case class SbtCommunityProject(
129129

130130
object SbtCommunityProject:
131131
def scalacOptions = List(
132-
"-Ycheck-init",
132+
"-Ycheck:typer",
133133
"-Ycheck:macros",
134+
"-Ycheck-init",
134135
)
135136

136137
object projects:

0 commit comments

Comments
 (0)