-
Exposed by https://github.com/bjaglin/scalafix-rules/actions/runs/8108465163/job/22161731871
```
[error] /home/runner/work/scalafix-rules/scalafix-rules/rules/src/main/scala/fix/RemoveSamePackageImp…
-
sbt wasn't particularly favourable among all developers:
https://www.lihaoyi.com/post/SowhatswrongwithSBT.html
Alternatives are Maven, Gradle, Mill, scala-cli and Bazel.
scala-rewrites minima…
-
I'm currently trying to get custom scalafix migrations to work with our scala-steward setup.
In the process, I'm doing a lot of tests and I noticed the following:
scala-steward finds my update, tr…
-
As proposed in https://github.com/scala-js/scala-js-dom/pull/380#issuecomment-905130204.
The idea is to use @japgolly's API report machinery to automatically generate exclusions for known binary-co…
-
-
It would be ideal to have [scalafix](https://scalacenter.github.io/scalafix/) along with its addons such as [organize-imports](https://github.com/liancheng/scalafix-organize-imports) to automatically
…
-
This idea came up on my mind on https://github.com/scalacenter/scalafix/issues/1183
`sbt-scalafix` automatically downloads `semanticdb-scalac` specified by `semanticdbVersion` property.
`sbt-scala…
-
When running sbt [lint](https://github.com/http4s/http4s/blob/series/0.23/build.sbt#L1017), the following errors result in a Compilation Failed. These errors do not show up in the CI builds. The [Cont…
-
It is quite annoying that imports have to be sorted "manually", since different import orders can be committed and make merge conflicts more likely.
Luckily, there are tools that can
1. format and…
-
Scalafix uses a global mutable cache for compiling rules
https://github.com/scalacenter/scalafix/blob/6a0c120ce3e917acdb10e8ad4e69f52b26d468eb/scalafix-reflect/src/main/scala/scalafix/internal/reflec…