CI: disable shadow builtin rule

Removing the shadowing cases leads to weird workarounds but doesn't help
much with code clarity.
This commit is contained in:
Michael Eischer 2025-01-28 19:51:12 +01:00
parent fde64133df
commit a63500663a

View File

@ -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