Skip to content

Commit

Permalink
adding allowance for extra third party deps added recently
Browse files Browse the repository at this point in the history
  • Loading branch information
iramiller committed Sep 12, 2023
1 parent 0b00b33 commit 7d76e68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ linters-settings:
- github.com/CosmWasm/wasmd
- github.com/CosmWasm/wasmvm/types

# used for interchain queries
- github.com/strangelove-ventures/async-icq/v6
- github.com/strangelove-ventures/async-icq/v6/types
- github.com/strangelove-ventures/async-icq/v6/keeper

- github.com/gogo/protobuf

- github.com/google/uuid
Expand All @@ -112,6 +117,7 @@ linters-settings:
- github.com/spf13/viper

- github.com/stretchr/testify/require # used by the test-utils shared toolkit
- github.com/stretchr/testify/assert
- github.com/stretchr/testify/suite

- github.com/tendermint/tendermint
Expand Down

0 comments on commit 7d76e68

Please sign in to comment.