-
Sorry, yet-another-upstream-idea š
The idea is basically to turn this example project into a plugin:
https://github.com/olafurpg/scalafix-codegen/blob/7fdaa50a94cc31ae7af2d2237c91bc9611b17fe1/buiā¦
-
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ā¦
-
**Is your feature request related to a problem? Please describe.**
Scalafix provides a [CLI](https://scalacenter.github.io/scalafix/docs/users/installation.html#command-line) which is rather easy tā¦
-
**Describe the bug**
I'm trying to upgrade pants from 2.14.2 to 2.21.0.rc0 and to use the new scalafix plugin.
However, scalafix fails with the following error:
Error launching process: Os { codeā¦
-
When I try to depend on `com.google.firebase:firebase-admin:9.4.1` in my scripts project, the build can't resolve. This seems to be caused by a transitive dependency of Bleep, `org.eclipse.lsp4j:org.eā¦
-
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ā¦
-
I had recently enabled the silencer sbt plugin and then started noticing really strange behaviour where I knew I had compilation errors but the `sbt compile` task would succeed. `sbt test` would also ā¦
-
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ā¦
-
As part of loading the build, sbt will evaluate the projectSettings and globalSettings defined in each `AutoPlugin` for _every_ subproject. This can significantly slow down loading multiproject buildsā¦
-
Found via https://github.com/scalacenter/scalafix/issues/1673.
When `mimaPreviousArtifacts` is already set by another plugin that happens to run before `SbtVersionPolicyPlugin`, the value gets overā¦