mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Update golangci-lint command for v2 (#13204)
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user