update golangci-lint v2

This commit is contained in:
Evan Reichard 2025-04-07 17:34:21 -04:00
parent 8bbb23c655
commit c3a947ff02
2 changed files with 1 additions and 8 deletions

View File

@ -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 = {

View File

@ -174,8 +174,7 @@ nvim_lsp.golangci_lint_ls.setup({
command = {
"golangci-lint",
"run",
"--out-format",
"json",
"--output.json.path",
"--issues-exit-code=1",
},
},