-
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
sbt-scalafix doc updates #1572
sbt-scalafix doc updates #1572
Conversation
4d83c3b
to
3d2f853
Compare
|
||
> The `scalafixEnable` command must be re-executed after every `reload` and when | ||
> sbt shell is exited. | ||
|
||
### Optionally enable SemanticDB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed this as it's now fairly standard since https://www.scala-sbt.org/1.x/docs/sbt-1.3-Release-Notes.html#SemanticDB+support (link added at the top of the page)
### Verify installation | ||
|
||
To verify that the SemanticDB compiler plugin is enabled, check that the | ||
settings `scalacOptions` and `libraryDependencies` contain the values below. | ||
settings `scalacOptions` and `allDependencies` contain the values below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[info] * -Yrangepos | ||
> show libraryDependencies | ||
[info] * org.scalameta:semanticdb-scalac:@SCALA212@:plugin->default(compile) | ||
> show Compile / scalacOptions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Companion of