style: lint wasmd in the same manner as cosmos-sdk (#1537)

* golangci-lint run ./... --fix

* linting completed

* use the CosmWasm repo as part of the gci config
This commit is contained in:
Jacob Gadikian
2023-07-31 21:53:20 +08:00
committed by GitHub
parent 36416def20
commit 8627f85275
125 changed files with 801 additions and 496 deletions

View File

@@ -6,11 +6,12 @@ import (
dbm "github.com/cometbft/cometbft-db"
"github.com/cometbft/cometbft/libs/log"
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
sdk "github.com/cosmos/cosmos-sdk/types"
wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
)