fix(helix): fix golangci-lint args
This commit is contained in:
parent
bc54cd8551
commit
ace0d18bb9
@ -33,8 +33,8 @@ command = "golangci-lint-langserver"
|
|||||||
command = [
|
command = [
|
||||||
"golangci-lint",
|
"golangci-lint",
|
||||||
"run",
|
"run",
|
||||||
"--out-format",
|
"--output.json.path",
|
||||||
"json",
|
"stdout",
|
||||||
"--issues-exit-code=1",
|
"--issues-exit-code=1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user