.golangci.yml: remove lint warning for TxLookupLimit
This commit is contained in:
parent
c686485a06
commit
2f2e5b088a
@ -60,6 +60,8 @@ issues:
|
||||
- path: crypto/bn256/
|
||||
linters:
|
||||
- revive
|
||||
- path: cmd/utils/flags.go
|
||||
text: "SA1019: cfg.TxLookupLimit is deprecated: use 'TransactionHistory' instead."
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user