all repos — searchix @ 7cbe90e090634f48086f6c64bb976a2c962bb2d2

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: disable integer overflow warnings
Alan Pearce alan@alanpearce.eu
Wed, 20 Nov 2024 10:56:13 +0100
commit

7cbe90e090634f48086f6c64bb976a2c962bb2d2

parent

3b168be37ea5ff9a6354681aaa187bc77318ac10

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M .golangci.yaml.golangci.yaml
@@ -21,6 +21,9 @@ - sloglint         - unconvert
         - wrapcheck
 linters-settings:
+    gosec:
+        excludes:
+            - G115
     wrapcheck:
         ignoreSigs:
             - .Errorf(