Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -81,4 +82,4 @@ run:
allow-unused: false
allow-leading-space: true
require-explanation: false
require-specific: false
require-specific: false