From 50156120cd09f3bbbce2ca7133fd14f9cc0252c2 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 5 Jun 2024 11:48:21 +0100 Subject: [PATCH] Update roles/home/helix.nix --- roles/home/helix.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 027f9da..9bc7869 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -76,8 +76,7 @@ in command = "golangci-lint-langserver" [language-server.golangci-lint-langserver.config] - command = ["golangci-lint", "run","--enable-all", "-D", "godox", "-D", "godot", "--out-format", "json", "--issues-exit-code=1"] - + command = ["golangci-lint", "run", "--out-format", "json", "--issues-exit-code=1"] ''; }; };