You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Compile Scala sources with SemanticDB compiler plugin. This could be done as part of the normal compile (with a custom scala_compile), or separately. In theory, SemanticDB can be used for several analysis tools, so perhaps part of the normal compile. See also [WIP] Add a Semanticdb plugin #142.
Run Scalafix. For starters, use the command line though eventually a worker implementation would be nice.
Compose this with the test_scala_format rule. (First run scalafix, then run scalafmt.) Perhaps this is another use for phases/custom rule composition (test_scala_lint).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://scalacenter.github.io/scalafix/
Can perform refactorings like remove unused imports.
I'm thinking similar to scalafmt_test. (And there should be a way to chain these.)
The text was updated successfully, but these errors were encountered: