-
-
From https://github.com/exasol/spark-connector/pull/170#discussion_r1230947314
-
Hi Scapegoat team and contributors!
As some of you may have seen in my comments on PR #858 I have been working on porting Scapegoat rules to Scalafix to make the linter compatible with Scala 3 but …
t1b00 updated
1 month ago
-
When I try to enable the configuration cache, gradle fails on scalafix tasks. I've got several occurrences of these errors:
```
- Task `:apps:configSemanticDBMain` of type `io.github.cosmicsilence.s…
-
* Separate versioning of sbt-scalafix and scalafix-core similar to sbt-scalafmt and scalafmt-core. Users should declare the Scalafix version in .scalafix.conf so that clients like Metals or maybe Inte…
-
Like [simulacrum](https://github.com/typelevel/simulacrum), data-class relies on macro annotations, that are going away in dotty / scala 3. simulacrum was [rewritten as a set of scalafix rules](https:…
-
Prior to Scalafix `0.12.1`, we had many repos where we apply Scalafix rules on every `compile` by chaining the `scalafix` task as part of the `compile` task. As of `0.12.1`, applying any semantic rule…
-
In https://github.com/typelevel/typelevel-scalafix/pull/21 we added a helper method to setup scalafix projects. The actual plugin source can be found in:
https://github.com/typelevel/typelevel-scalaf…
-
It would be great if this integrated w/ Scalafix.
-
The 3.0.6 Scalafix tool is here:
https://github.com/scalatest/autofix
We should make a branch for 3.1.x, and then add the following rewrites:
```
org.scalatest.FunSuiteLike => org.scalatest.…