Skip to content

Commit 375b7cb

Browse files
committed
Update README.md
1 parent 6858d14 commit 375b7cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Switches between the implementation and interface file. If you're in a `.res` fi
6969

7070
#### Code Analysis mode
7171

72-
Runs code analysis via [reanalyze](https://github.com/rescript-association/reanalyze).
72+
Runs code analysis via [reanalyze](https://github.com/rescript-association/reanalyze) which is embedded in this plugin.
7373

7474
##### Usage
7575

@@ -79,8 +79,6 @@ Dead code is highlighted in the editor, and code actions for suppressing dead co
7979

8080
When done, stop the code analysis mode by clicking the `Stop Code Analyzer` button in the editor status bar. This will clear all reported analysis warnings.
8181

82-
**Note:** This mode uses `npx reanalyze` to run the analysis binary. For reproducible results, install `reanalyze` with `npm install reanalyze --save-dev`.
83-
8482
##### Caveats
8583

8684
Currently does not work for full monorepo dead code analysis (although it should work for each monorepo package individually).

0 commit comments

Comments
 (0)