mirror of
https://github.com/helix-editor/helix.git
synced 2025-03-31 09:27:45 +03:00
Update golangci-lint command for v2 (#13204)
This commit is contained in:
parent
a2c580c4ae
commit
68d7308e25
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue