Skip to content

Commit

Permalink
Restore flag (reproduce dotty issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 15, 2023
1 parent 1710cd4 commit 3b27d27
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,8 @@ val commonSettings = Seq(
scalacOptions -= "-Xfatal-warnings",
scalacOptions -= "-Vtype-diffs",
scalacOptions -= "-language:existentials",
// https://github.com/lampepfl/dotty/issues/18674
//
Test / scalacOptions -= "-Wunused:implicits",
Test / scalacOptions -= "-Wunused:explicits",
Test / scalacOptions -= "-Wunused:imports",
Test / scalacOptions -= "-Wunused:locals",
Test / scalacOptions -= "-Wunused:params",
Test / scalacOptions -= "-Wunused:privates",
//
scalacOptions += "-Wnonunit-statement",
scalacOptions += "-no-indent",
Expand Down

0 comments on commit 3b27d27

Please sign in to comment.