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