2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 17:10:49 +00:00

Ignore deprecated imports for poly1305 and openpgp

This commit is contained in:
Michael Eischer 2023-05-18 18:14:42 +02:00
parent 2fa8b96843
commit 3252f60df5

View File

@ -48,3 +48,6 @@ issues:
- don't use ALL_CAPS in Go names; use CamelCase - don't use ALL_CAPS in Go names; use CamelCase
# revive: lots of packages don't have such a comment # revive: lots of packages don't have such a comment
- "package-comments: should have a package comment" - "package-comments: should have a package comment"
# 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"