@@ -15,8 +15,7 @@ nix develop .#jdk21 # JDK 21
1515```
1616
1717This drops you into a shell with ` sbt ` , ` maven ` , ` gradle ` , ` bazelisk ` ,
18- ` scalafmt ` , ` nodejs ` , ` yarn ` , ` git ` , ` jq ` , etc. all pinned to the versions used
19- in CI.
18+ ` nodejs ` , ` yarn ` , ` git ` , ` jq ` , etc. all pinned to the versions used in CI.
2019
2120If you'd rather install tools manually, you'll need at least:
2221
@@ -40,7 +39,7 @@ These are the main components of the project.
4039- ` tests/snapshots ` : slow running
4140 [ "snapshot tests"] ( https://jestjs.io/docs/en/snapshot-testing ) that index a
4241 corpus of published Java libraries.
43- - ` cli /src/main/scala ` : implementation of the ` scip-java ` command-line
42+ - ` scip-java /src/main/kotlin ` : implementation of the ` scip-java ` command-line
4443 interface.
4544- ` build.sbt ` : the sbt build definition.
4645- ` project/plugins.sbt ` : plugins for the sbt build.
@@ -59,7 +58,6 @@ These are the main components of the project.
5958| ` scipKotlincMinimized/kotlincSnapshots ` | sbt | Update only the Kotlin snapshot goldens under ` scip-kotlinc/minimized ` . |
6059| ` regenerateSnapshots ` | sbt | Regenerate ALL snapshot goldens (Java + Kotlin). Run after fixing a bug. |
6160| ` cli/run --cwd DIRECTORY ` | sbt | Run ` scip-java ` command-line tool against a given Gradle/Maven build. |
62- | ` fixAll ` | sbt | Run Scalafmt and Scalafix on all Scala sources. Run this before opening a PR. |
6361| ` google-java-format --replace $(git ls-files '*.java') ` | terminal | Format Java sources (from ` nix develop ` ). Enforced by ` nix flake check ` . |
6462| ` ktfmt --kotlinlang-style $(git ls-files '*.kt') ` | terminal | Format Kotlin sources (from ` nix develop ` ). Enforced by ` nix flake check ` . |
6563
@@ -74,7 +72,6 @@ community edition is
7472
7573Next, install the following IntelliJ plugins:
7674
77- - IntelliJ Scala plugin.
7875- Google Java Format
7976
8077Next, follow
0 commit comments