Skip to content

Commit

Permalink
add nolint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Oct 17, 2023
1 parent fb7de2e commit d35055d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/pgptest/pgp.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"testing"

"github.com/stretchr/testify/require"
"golang.org/x/crypto/openpgp"
"golang.org/x/crypto/openpgp/armor"
"golang.org/x/crypto/openpgp" //nolint:staticcheck // It still receives security fixes and it's just test code
"golang.org/x/crypto/openpgp/armor" //nolint:staticcheck // It still receives security fixes and it's just test code
)

// Sing signs data using RSA. It creates the key, sings data and returns the
Expand Down

0 comments on commit d35055d

Please sign in to comment.