Skip to content
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

Apply Scalafix migrations #59

Open
lukaszwawrzyk opened this issue Jan 18, 2023 · 0 comments
Open

Apply Scalafix migrations #59

lukaszwawrzyk opened this issue Jan 18, 2023 · 0 comments
Labels
feature New feature or request

Comments

@lukaszwawrzyk
Copy link
Collaborator

Apply scalafix migrations on specific library updates.

Some libraries change their public api and require code changes on update. Some of these libraries provide special scalafix rules that can automatically rewrite the code to work with newer version. Scala Steward has a list of libraries, versions and scalafix rules that should be applied. We could integrate it with bazel.
It is not a trivial task. sbt has a plugin for scalafix, while bazel does not, so we would need to build something.

@lukaszwawrzyk lukaszwawrzyk added the feature New feature or request label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant