You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting messages about code that can be "rewritten automatically under -rewrite", such as the following:
[error] -- Error: /Users/rnorris/Scala/atto/modules/fs2/src/test/scala/atto/fs2/PipesTest.scala:14:86
[error] 14 | property("parse1 parses single value correctly") = forAll(Gen.posNum[Int]) { i: Int =>
[error] | ^
[error] | parentheses are required around the parameter of a lambda
[error] | This construct can be rewritten automatically under -rewrite.
but adding -rewrite to my scalacOptions in sbt has no effect.
The text was updated successfully, but these errors were encountered:
I am getting messages about code that can be "rewritten automatically under -rewrite", such as the following:
but adding
-rewrite
to myscalacOptions
in sbt has no effect.The text was updated successfully, but these errors were encountered: