Skip to content

Commit

Permalink
.golangci.yml: remove lint warning for TxLookupLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Aug 15, 2024
1 parent c686485 commit 2f2e5b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f2e5b0

Please sign in to comment.