diff --git a/.golangci.yml b/.golangci.yml index e26302f..22ce4d2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -51,10 +51,11 @@ run: text: "SA1019:" linters: - staticcheck - - path: crypto/bn256/cloudflare/optate.go + - path: "crypto/bn256/cloudflare/optate.go" linters: - deadcode - staticcheck + text: "SA1019: \"golang.org/x/crypto/openpgp\" is deprecated: this package is unmaintained except for security fixes." - path: internal/build/pgp.go text: 'SA1019: "golang.org/x/crypto/openpgp" is deprecated: this package is unmaintained except for security fixes.' - path: core/vm/contracts.go @@ -81,4 +82,4 @@ run: allow-unused: false allow-leading-space: true require-explanation: false - require-specific: false \ No newline at end of file + require-specific: false