Skip to content

Commit

Permalink
restore geth depguard block (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored and patrickhuie19 committed Jun 13, 2024
1 parent 2c897b3 commit 4ff2309
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ linters-settings:
deny:
- pkg: "cosmossdk.io/errors"
desc: Use the standard library instead
# TODO re-enable geth exclusion https://smartcontract-it.atlassian.net/browse/BCF-3197
# - pkg: "github.com/ethereum/go-ethereum"
# desc: This is a chain-agnostic repo
- pkg: "github.com/ethereum/go-ethereum"
desc: This is a chain-agnostic repo
- pkg: "github.com/go-gorm/gorm"
desc: Use github.com/jmoiron/sqlx directly instead
- pkg: "github.com/gofrs/uuid"
Expand Down

0 comments on commit 4ff2309

Please sign in to comment.