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

View File

@ -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",
}, },
}, },