Skip to content

bump sdk 47, ibc v7, wasmd 40 #1104

bump sdk 47, ibc v7, wasmd 40

bump sdk 47, ibc v7, wasmd 40 #1104

Triggered via pull request October 10, 2023 13:44
@vishnukumavatvishnukumavat
synchronize #805
bump47
Status Failure
Total duration 2m 43s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: app/upgrades/testnet/v13/upgrades.go#L154
Error return value of `wasmKeeper.SetParams` is not checked (errcheck)
lint: app/upgrades/testnet/v13/upgrades.go#L4
File is not `gofumpt`-ed (gofumpt)
lint: app/upgrades/testnet/v13/upgrades.go#L116
File is not `gofumpt`-ed (gofumpt)
lint: app/upgrades/testnet/v13/upgrades.go#L124
File is not `gofumpt`-ed (gofumpt)
lint: app/upgrades/testnet/v13/upgrades.go#L88
unnecessary trailing newline (whitespace)
lint: app/upgrades/testnet/v13/upgrades.go#L5
import 'github.com/cosmos/cosmos-sdk/baseapp' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v13/upgrades.go#L6
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v13/upgrades.go#L7
import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v13/upgrades.go#L8
import 'github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/controller/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v13/upgrades.go#L9
import 'github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/host/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/keys.go#L65
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#L48
var-naming: func parameter appId should be appID (revive)
lint: x/liquidationsV2/types/gov.go#L44
if-return: redundant if ...; err != nil check, just return error instead. (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)