From a63500663ac0b01e14b30bafc5b5c104c39f72ad Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Tue, 28 Jan 2025 19:51:12 +0100 Subject: [PATCH] CI: disable shadow builtin rule Removing the shadowing cases leads to weird workarounds but doesn't help much with code clarity. --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index e632965bb..b415e1f56 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -56,6 +56,7 @@ issues: # staticcheck: there's no easy way to replace these packages - "SA1019: \"golang.org/x/crypto/poly1305\" is deprecated" - "SA1019: \"golang.org/x/crypto/openpgp\" is deprecated" + - "redefines-builtin-id:" exclude-rules: # revive: ignore unused parameters in tests