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
The ScalaSeq rule seems to crash in a confusing way if it's just listed in the rules part of the scalafix configuration without any additional options:
error: {"rules": ["fix.scala213.ScalaSeq"]} has no field 'fix'.
This is really hard to figure out what is wrong. Adding additional configuration of fix.scala213.ScalaSeq {} makes the rule work, so the configuration is effectively unnecessary.
Can we get a better error here, or at least document this?
The text was updated successfully, but these errors were encountered:
The ScalaSeq rule seems to crash in a confusing way if it's just listed in the rules part of the scalafix configuration without any additional options:
This is really hard to figure out what is wrong. Adding additional configuration of
fix.scala213.ScalaSeq {}
makes the rule work, so the configuration is effectively unnecessary.Can we get a better error here, or at least document this?
The text was updated successfully, but these errors were encountered: