Skip to content

Commit 2f2e5b0

Browse files
committed
.golangci.yml: remove lint warning for TxLookupLimit
1 parent c686485 commit 2f2e5b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ issues:
6060
- path: crypto/bn256/
6161
linters:
6262
- revive
63+
- path: cmd/utils/flags.go
64+
text: "SA1019: cfg.TxLookupLimit is deprecated: use 'TransactionHistory' instead."
6365
- path: internal/build/pgp.go
6466
text: 'SA1019: "golang.org/x/crypto/openpgp" is deprecated: this package is unmaintained except for security fixes.'
6567
- path: core/vm/contracts.go

0 commit comments

Comments
 (0)