From 2114765e5514b46c78d875a25c7a84554513f7b1 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Fri, 29 Jul 2022 09:18:21 -0600 Subject: [PATCH] disable slowloris test --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index dcf979fba..a350cacef 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -184,6 +184,9 @@ issues: - gosec - linters: [golint] text: "should have a package comment" + - text: "G112:" + linters: + - gosec # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration