update golangci-lint v2
This commit is contained in:
parent
8bbb23c655
commit
c3a947ff02
@ -12,7 +12,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
ssh-agent = enabled;
|
|
||||||
# TODO
|
# TODO
|
||||||
# sops = {
|
# sops = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
@ -24,11 +23,6 @@ in
|
|||||||
programs = {
|
programs = {
|
||||||
graphical = {
|
graphical = {
|
||||||
ghostty = enabled;
|
ghostty = enabled;
|
||||||
browsers.firefox = {
|
|
||||||
enable = true;
|
|
||||||
gpuAcceleration = true;
|
|
||||||
hardwareDecoding = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal = {
|
terminal = {
|
||||||
|
@ -174,8 +174,7 @@ nvim_lsp.golangci_lint_ls.setup({
|
|||||||
command = {
|
command = {
|
||||||
"golangci-lint",
|
"golangci-lint",
|
||||||
"run",
|
"run",
|
||||||
"--out-format",
|
"--output.json.path",
|
||||||
"json",
|
|
||||||
"--issues-exit-code=1",
|
"--issues-exit-code=1",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user