From 06d7aef814e7978a9616bb7182acd08b9a6c6ab2 Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Mon, 11 Nov 2024 14:03:08 +0100 Subject: [PATCH] remove lint exception no longer required --- .golangci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index c1c3894a..c108f703 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -33,13 +33,6 @@ linters-settings: desc: "replaced by io and os packages since Go 1.16: https://tip.golang.org/doc/go1.16#ioutil" issues: exclude-rules: - - linters: - - gosec - text: "Implicit memory aliasing in for loop." - path: _test\.go - - linters: - - revive - text: "unexported-return" - linters: - revive text: "var-naming"