We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c686485 commit 2f2e5b0Copy full SHA for 2f2e5b0
.golangci.yml
@@ -60,6 +60,8 @@ issues:
60
- path: crypto/bn256/
61
linters:
62
- revive
63
+ - path: cmd/utils/flags.go
64
+ text: "SA1019: cfg.TxLookupLimit is deprecated: use 'TransactionHistory' instead."
65
- path: internal/build/pgp.go
66
text: 'SA1019: "golang.org/x/crypto/openpgp" is deprecated: this package is unmaintained except for security fixes.'
67
- path: core/vm/contracts.go
0 commit comments