From 52cee64b401a2a02db43c8b06469cbe966f94964 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 18 May 2026 06:59:06 +0000 Subject: ci: Remove gosec exclusions --- .golangci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 17338e52..112749b4 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -34,10 +34,6 @@ linters: - $gostd - codeberg.org/lindenii/furgit - golang.org/x - gosec: - excludes: - - G301 # UNIX permissions - - G306 # UNIX permissions revive: rules: - name: error-strings -- cgit v1.3.1-10-gc9f91