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
Thanks, this is a thorny issue. The good news is scalafix might be coming to Scala 3 in the near future.
I'd like to think of alternative solutions for this as well. For example, some projects have Scala 3-only sources (alongside shared and Scala 2-only sources), and it would be a shame if they can not benefit from at least the supported rules, for example organizing imports (without removing unused). One way would be to use different .scalafix-2.conf and .scalafix-3.conf.
When
tlCiScalafixCheck := true
the following step is generated:Unfortunately, some scalafix rules do not work with Scala 3.
It would be nice to have an option to exclude a certain version of scala from running scalafix. For example:
Generated step:
The text was updated successfully, but these errors were encountered: