From 75da7c00a0c9d6cb761cc52dbd4cbc1592b65697 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 3 May 2023 21:50:07 +0200 Subject: [PATCH] fix(lint): Add proper nolint to poly1305 --- xsecretbox/xsecretbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsecretbox/xsecretbox.go b/xsecretbox/xsecretbox.go index 83898e8..3d755c1 100644 --- a/xsecretbox/xsecretbox.go +++ b/xsecretbox/xsecretbox.go @@ -5,7 +5,7 @@ import ( "errors" "golang.org/x/crypto/chacha20" - "golang.org/x/crypto/poly1305" + "golang.org/x/crypto/poly1305" //nolint:staticcheck // This is used as the building block on purpose ) const (