intellij-plugin-golangci-lint icon indicating copy to clipboard operation
intellij-plugin-golangci-lint copied to clipboard

GolangCI-Lint integration for IDEA

Results 16 intellij-plugin-golangci-lint issues
Sort by recently updated
recently updated
newest added

We install `golangci-lint` using `go install` in our `Makefiles` so I don’t want the plugin to install a different version. It would be nice if this specific notification could be...

I want to change the config file for golangci-lint. But currently there is no option to change the config file path. It is automatically detecting the path.

When attempting to configure the linter after installing Golang 1.19, I am getting the following exception: ``` java.lang.Exception: Incompatible golangci-lint with Go1.18, please update to version after 1.45.0 at com.ypwang.plugin.GolangCiOutputParser.parseLinters(GolangCiOutputParser.kt:40)...

It is not possible to define for each intellij project their own `Project Root`that is contained .golangci config file (each project has own golangci config file). If I modify the...

As for now, on windows machine and Goland IDE, linting (it results) show up after like 10-15 seconds after save action. Perfect behaviour is like the eslint does it -...

A development environment inside WSL is a common thing, and the plugin does not let you select the golangci-lint binary in the Linux filesystem in GoLand. I'm constantly getting the...

问题: 我在用goland打开不同go项目的时候,发现不同项目的配置都是同一个; 对此,需要频繁的切换。

1. Update Gradle wrapper and dependencies 2. Added EditorConfig 3. Added IDEA plugin dependencies 4. Refactoring 5. #119

in GoLand log: ``` 2022-08-17 04:46:01,155 [33937015] WARN - go-linter - Run error: level=warning msg="[linters context] contextcheck is disabled because of generics. You can track the evolution of the generics...

my computer (win10) have two versions go program, `go 1.17.13` and `go 1.20.8` in My project A, goland use `go 1.17.13` , But the environment variable `GOPATH` of the computer...