Skip to content

Commit 809006f

Browse files
committed
fix: clarify IntelliJ Ultimate Edition requirment for Golang projects.
Signed-off-by: Chao Wang <[email protected]>
1 parent 1861027 commit 809006f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ vulnerability report.
4444
- For Maven projects, analyzing a `pom.xml` file, you must have the `mvn` binary in your IDE's `PATH` environment.
4545
- For Node projects, analyzing a `package.json` file, you must have one of the corresponding package manager `npm`, `pnpm` or `yarn`, `node` binaries in your IDE's `PATH`
4646
environment.
47-
- For Golang projects, analyzing a `go.mod` file, you must have the `go` binary in your IDE's `PATH` environment.
47+
- For Golang projects, analyzing a `go.mod` file, you must have the `go` binary in your IDE's `PATH` environment. Furthermore, Golang projects can only be analyzed with IntelliJ Ultimate Edition.
4848
- For Python projects, analyzing a `requirements.txt` file, you must have the `python3` and `pip3` binaries in your
4949
IDE's `PATH` environment.
5050
- For Gradle projects, analyzing a `build.gradle` file, you must have the `gradle` binary in your system's `PATH` environment.

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<code>node</code> binaries in your IDE's <code>PATH</code> environment.
3838
</li>
3939
<li>For Golang projects, analyzing a <code>go.mod</code> file, you must have the <code>go</code> binary in your
40-
IDE's <code>PATH</code> environment.
40+
IDE's <code>PATH</code> environment. Furthermore, Golang projects can only be analyzed with IntelliJ Ultimate Edition.
4141
</li>
4242
<li>For Python projects, analyzing a <code>requirements.txt</code> file, you must have the <code>python3</code> and
4343
<code>pip3</code> binaries in your IDE's <code>PATH</code> environment.

0 commit comments

Comments
 (0)