bump sdk 47, ibc v7, wasmd 40 #1105
Annotations
10 errors and 11 warnings
lint:
x/collector/simulation/simap.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint:
x/collector/simulation/simap.go#L5
import 'github.com/cosmos/cosmos-sdk/types/simulation' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/codec.go#L12
unused-parameter: parameter 'cdc' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/market/types/codec.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/codec.go#L5
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/codec.go#L6
import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/codec.go#L7
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/codec.go#L9
import 'github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/errors.go#L4
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
|
lint:
x/market/types/keys.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/comdex/comdex. Supported file pattern: go.sum
|
lint:
x/bandoracle/types/codec.go#L10
unused-parameter: parameter 'cdc' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/liquidationsV2/types/gov.go#L44
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
lint:
x/liquidationsV2/types/keys.go#L65
var-naming: func parameter appId should be appID (revive)
|
lint:
x/liquidationsV2/types/msg.go#L48
var-naming: func parameter appId should be appID (revive)
|
lint:
x/liquidationsV2/types/keys.go#L73
var-naming: func parameter appId should be appID (revive)
|
lint:
x/liquidationsV2/types/msg.go#L91
var-naming: func parameter collateralAssetId should be collateralAssetID (revive)
|
lint:
x/asset/types/gov.go#L80
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
lint:
x/asset/types/gov.go#L150
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
lint:
x/lend/types/tx.go#L551
var-naming: func parameter borrowId should be borrowID (revive)
|
lint:
x/bandoracle/client/cli/cli.go#L12
unused-parameter: parameter 'queryRoute' seems to be unused, consider removing or renaming it as _ (revive)
|