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
Errors in scalafmt configuration files cause an exception in spotless that does does not contain any information about what went wrong. Scalafmt provides this information and this is a request to bubble it up in spotless.
For example, a scalafmt configuration that contains an invalid field will result in an exception in spotless like this:
java.lang.reflect.InvocationTargetException
...
Caused by: java.util.NoSuchElementException: Either.right.value on Left
at scala.util.Either$RightProjection.get(Either.scala:453
...
The text was updated successfully, but these errors were encountered:
Errors in scalafmt configuration files cause an exception in spotless that does does not contain any information about what went wrong. Scalafmt provides this information and this is a request to bubble it up in spotless.
For example, a scalafmt configuration that contains an invalid field will result in an exception in spotless like this:
The text was updated successfully, but these errors were encountered: