Skip to content

Commit

Permalink
Merge pull request #1491 from mtrmac/vscode-lint
Browse files Browse the repository at this point in the history
Silence go-staticcheck about openpgp use
  • Loading branch information
vrothberg committed Mar 15, 2022
2 parents 73a7946 + e429596 commit 9d9f162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions signature/mechanism.go
Expand Up @@ -13,6 +13,7 @@ import (
// code path, where cryptography is not relevant. For now, continue to
// use this frozen deprecated implementation. When mechanism_openpgp.go
// migrates to another implementation, this should migrate as well.
//lint:ignore SA1019 See above
"golang.org/x/crypto/openpgp" //nolint:staticcheck
)

Expand Down
1 change: 1 addition & 0 deletions signature/mechanism_openpgp.go
Expand Up @@ -20,6 +20,7 @@ import (
// For this verify-only fallback, we haven't reviewed any of the
// existing alternatives to choose; so, for now, continue to
// use this frozen deprecated implementation.
//lint:ignore SA1019 See above
"golang.org/x/crypto/openpgp" //nolint:staticcheck
)

Expand Down

0 comments on commit 9d9f162

Please sign in to comment.