Unnamed repository; edit this file 'description' to name the repository.
Update golangci-lint command for v2 (#13204)
Alexandre Legent 11 months ago
parent a2c580c · commit 68d7308
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 9870e49c..cf6471de 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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]