From 0d9854476ab8cb890e5f3d81d17ee72a79decfc1 Mon Sep 17 00:00:00 2001 From: Ryan Leung Date: Mon, 29 Jul 2024 17:41:36 +0800 Subject: [PATCH] remove G402 Signed-off-by: Ryan Leung --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index e13feb04ba5..0e99beeb7a1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -40,7 +40,6 @@ linters-settings: # To specify a set of rules to explicitly exclude. # Available rules: https://github.com/securego/gosec#available-rules excludes: - - G402 - G404 # TODO: enable G115 after fixing the issues - G115