Skip to content

Commit

Permalink
fix(lint): Add proper nolint to poly1305
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTherapy committed May 3, 2023
1 parent 347916f commit 75da7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsecretbox/xsecretbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 75da7c0

Please sign in to comment.