We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab32551 commit e664244Copy full SHA for e664244
build.sbt
@@ -64,7 +64,8 @@ ThisBuild / scalacOptions ++= Seq(
64
// "-Wconf:cat=deprecation:w,any:e",
65
"-Wconf:msg=Implicit parameters should be provided with a `using` clause:s",
66
"-language:implicitConversions",
67
- "-no-indent"
+ "-no-indent", // Require classical {...} syntax, indentation is not significant.
68
+ "-old-syntax" // Require `(...)` around conditions.
69
)
70
71
ThisBuild / javacOptions ++= Seq(
0 commit comments