Skip to content

bump sdk 47, ibc v7, wasmd 40 #1106

bump sdk 47, ibc v7, wasmd 40

bump sdk 47, ibc v7, wasmd 40 #1106

Triggered via pull request October 10, 2023 15:31
@cgsingh33cgsingh33
synchronize #805
bump47
Status Failure
Total duration 3m 4s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: app/upgrades/testnet/v1_0_0/upgrades.go#L38
Error return value of `wasmKeeper.SetParams` is not checked (errcheck)
lint: app/upgrades/testnet/v1_0_0/upgrades.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v1_0_0/upgrades.go#L5
import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v1_0_0/upgrades.go#L7
import 'github.com/cosmos/cosmos-sdk/x/upgrade/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v1_0_0/upgrades.go#L9
import 'github.com/CosmWasm/wasmd/x/wasm/keeper' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v1_0_0/upgrades.go#L10
import 'github.com/CosmWasm/wasmd/x/wasm/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L5
import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L6
import 'github.com/cosmos/cosmos-sdk/x/authz' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L7
import 'github.com/cosmos/cosmos-sdk/x/bank/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/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/asset/types/gov.go#L182
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/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)