From 18e40a63ce7b76ffe482e2f87c1d41bf47858c79 Mon Sep 17 00:00:00 2001 From: Christian Lohr Date: Mon, 27 Jan 2025 17:54:42 +0100 Subject: [PATCH] ci: remove g115 from linting rule set --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index cf09261..5a96443 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -38,3 +38,4 @@ issues: # gosec - G101 # Potential hardcoded credentials - G114 # Use of net/http serve function that has no support for setting timeouts + - G115 # We use this everywhere (I guess at least if it overflows, it will for everyone...)