Compare commits
2 Commits
bd130216e8
...
47495b845a
Author | SHA1 | Date | |
---|---|---|---|
|
47495b845a | ||
|
49913ef5e8 |
@ -41,6 +41,7 @@ in
|
|||||||
ruff
|
ruff
|
||||||
gh
|
gh
|
||||||
gofumpt
|
gofumpt
|
||||||
|
taplo
|
||||||
] ++ nodePkgs;
|
] ++ nodePkgs;
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
@ -23,4 +23,10 @@ language-servers = ["gopls", "golangci-lint-langserver"]
|
|||||||
command = "golangci-lint-langserver"
|
command = "golangci-lint-langserver"
|
||||||
|
|
||||||
[language-server.golangci-lint-langserver.config]
|
[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