Update golangci-lint command for v2 (#13204)

This commit is contained in:
Alexandre Legent 2025-03-27 17:27:25 +01:00 committed by GitHub
parent a2c580c4ae
commit 68d7308e25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,7 +175,7 @@ rangeVariableTypes = true
command = "golangci-lint-langserver"
[language-server.golangci-lint-lsp.config]
command = ["golangci-lint", "run", "--out-format", "json", "--issues-exit-code=1"]
command = ["golangci-lint", "run", "--output.json.path=stdout", "--show-stats=false", "--issues-exit-code=1"]
[language-server.rust-analyzer]