Skip to content

Commit

Permalink
docs: remove stale instructions to verify setup
Browse files Browse the repository at this point in the history
- the output is specific to Scala 2
- sbt's SemanticdbPlugin is now the only documented setup and is trivial
  • Loading branch information
bjaglin authored Aug 25, 2024
1 parent 7252d3e commit 1e79a97
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/users/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,22 +393,6 @@ the next `compile`.
> The `scalafixEnable` command must be re-executed after every `reload` and when
> sbt shell is exited.
### Verify installation

To verify that the SemanticDB compiler plugin is enabled, check that the
settings `scalacOptions` and `allDependencies` contain the values below.

```sh
> show Compile / scalacOptions
...
[info] * List(..., -Yrangepos, ...)
...
> show allDependencies
...
[info] List(..., org.scalameta:semanticdb-scalac:@SCALA213@:plugin->default(compile), ...)
...
```

### Example project

For a minimal example project using sbt-scalafix, see the
Expand Down

0 comments on commit 1e79a97

Please sign in to comment.