Compare commits
2 Commits
bd130216e8
...
47495b845a
Author | SHA1 | Date | |
---|---|---|---|
|
47495b845a | ||
|
49913ef5e8 |
@ -41,6 +41,7 @@ in
|
||||
ruff
|
||||
gh
|
||||
gofumpt
|
||||
taplo
|
||||
] ++ nodePkgs;
|
||||
|
||||
sessionVariables = {
|
||||
|
@ -23,4 +23,10 @@ language-servers = ["gopls", "golangci-lint-langserver"]
|
||||
command = "golangci-lint-langserver"
|
||||
|
||||
[language-server.golangci-lint-langserver.config]
|
||||
command = ["golangci-lint", "run", "--out-format", "json", "--issues-exit-code=1"]
|
||||
command = [
|
||||
"golangci-lint",
|
||||
"run",
|
||||
"--out-format",
|
||||
"json",
|
||||
"--issues-exit-code=1",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user