-
For ExplicitResultTypes to work out of the box, it would better to set by default
```
scalafixScalaBinaryVersion := scalaBinaryVersion.value
```
Current blockers:
- confirm all major rules are …
-
I'm proposing this in the spirit of identifying "warts" with the language that could be cured, mainly to stimulate discussion.
In Scala 2.x, it is possible to write,
```
case class Foo[T]()
def …
-
After carefully following the instructions in the README, I get this error:
```
Could not find artifact io.github.evis:scalafix-maven-plugin_2.12:pom:0.1.9_0.12.1 in maven-central
```
Checking…
-
I am trying to use this tool to port a project to 2.13.11 (with warnings as errors). I have followed the instructions at https://scalacenter.github.io/scala-3-migration-guide/docs/tooling/scala-3-mig…
-
One month ago, scala-steward upgraded the sbt-scalafix plugin to v 0.12.1 and the build of this branch has been broken since, now I'm investigating.
Strangely, the build only fails in CI, but works…
-
The signature is:
https://github.com/sbt/sbt/blob/34d311f9cef2732d0427060fd7c8e704a46cba52/internal/util-complete/src/main/scala/sbt/internal/util/complete/Completions.scala#L17
this does not al…
-
This depends on Scala 3 support from https://github.com/evis/scalafix-maven-plugin/issues/143
-
added exactly
io.github.evis
scalafix-maven-plugin_2.13
0.1.8_0.11.0
src/main/helm/gatling
per docs and I get
[WARNING] Parameter 'source…
-
I have a Quarkus project where I use Scala 3 and recently added Scalafix thru the plugin. When I run the task, I get that the plugin couldn't detect the Scala version.
The error I get is:
```
❯…
-
Variables to be expanded in this template (or set and export them in a local terminal, so that you can copy/paste the commands below without replacing anything):
```bash
SCALA_VER_BASE="2.13.15"
…