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
Copy file name to clipboardExpand all lines: scalafix-rules/src/main/scala-2/scalafix/internal/rule/ExplicitResultTypes.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ final class ExplicitResultTypes(
71
71
) {
72
72
Configured.error(
73
73
s"The ExplicitResultTypes rule needs to run with the same Scala binary version as the one used to compile target sources ($inputBinaryScalaVersion). "+
74
-
s"To fix this problem, either remove ExplicitResultTypes from .scalafix.conf or make sure the scalafixScalaBinaryVersion setting key matches$inputBinaryScalaVersion."
74
+
s"To fix this problem, either remove ExplicitResultTypes from .scalafix.conf or make sure Scalafix is loaded with$inputBinaryScalaVersion."
75
75
)
76
76
} else {
77
77
config.conf // Support deprecated explicitReturnTypes config
0 commit comments