-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scala fix fails to run on test #1110
Comments
I ran into something similar, thanks for the repro! I narrowed down the problem: when a semanticdb compiler parameter is repeated (which happens for configuration with a parent - this is probably something to fix in https://github.com/sbt/sbt/blob/1.3.x/main/src/main/scala/sbt/plugins/SemanticdbPlugin.scala), scalafix picks the first occurrence, while the compiler picks the last.
I'll open a PR shortly. |
Ahh thank you very much. |
Hi, thanks for the project, it's truly helpful!
I'm working hard to add this as part of our CI but I can't figure out why I can't run it against our test sources. At first I thought it might be the dependency on scalatest, but it's not. A very dummy repo reproduces:
https://github.com/daddykotex/scalafix-issue-repro
I'm getting a bunch of error when I run
test:scalafix --check
:Any idea what I'm doing wrong?
Thanks, again
The text was updated successfully, but these errors were encountered: