Brice Jaglin
Brice Jaglin
> I wonder how `sbt.util.FileInfo` helpers could get a hold of the base directory without changing signatures? Maybe a new `MachineIndependantFileInfo` strategy could be introduced, which would require a base...
We are using the following hack to source a specific file (`scalapb/package.proto`) in all modules inhering from a common one ```scala // We scope to PB.generate here to break a...
> I wonder if the correct way to fix this issue is to change the order of application of the plugins (like you did)? It should be yes, unfortunately, I...
https://github.com/typelevel/simulacrum-scalafix/pull/249
Some semantic rules such as `RemoveUnused` and `OrganizeImports` double-check that you used the right compiler options, but the only way for Scalafix to know about them is to pass them...
> It would be very helpful if you could provide a working example of using the scalafix-cli correctly. The thing is that it really depends on how your build is...
> The potential use-case of the scalafix-cli that I am looking into is whether it can run as part of [pre-commit](https://pre-commit.com/) locally in a reasonable amount of time (less than...
``` [info] scala.meta.parsers.ParseException: scala/test/organizeImports/Shebang.sc:1: error: illegal start of definition `identifier` [info] #!/usr/bin/env -S scala-cli shebang [info] ^ [info] at scala.meta.internal.parsers.Reporter.syntaxError(Reporter.scala:16) [info] at scala.meta.internal.parsers.Reporter.syntaxError$(Reporter.scala:16) [info] at scala.meta.internal.parsers.Reporter$$anon$1.syntaxError(Reporter.scala:22) [info] at scala.meta.internal.parsers.Reporter.syntaxError(Reporter.scala:17) [info]...
fixed by https://github.com/scalameta/scalameta/pull/3812, pending bump
fixed in https://github.com/scalacenter/scalafix/pull/2047, tested via https://github.com/scalacenter/scalafix/commit/b22f829afa0904154d3f58dc7a75152501c2d2f1