Skip to content

bump sdk 47, ibc v7, wasmd 40 #1102

bump sdk 47, ibc v7, wasmd 40

bump sdk 47, ibc v7, wasmd 40 #1102

Triggered via pull request October 9, 2023 19:17
@cgsingh33cgsingh33
synchronize #805
bump47
Status Failure
Total duration 2m 51s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: types/utils.go#L14
File is not `gofumpt`-ed (gofumpt)
lint: types/utils.go#L18
File is not `gofumpt`-ed (gofumpt)
lint: types/utils.go#L148
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
lint: types/utils.go#L15
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: types/utils.go#L16
import 'github.com/cosmos/cosmos-sdk/types/simulation' is not allowed from list 'Main' (depguard)
lint: types/utils.go#L17
import 'github.com/cosmos/cosmos-sdk/x/simulation' is not allowed from list 'Main' (depguard)
lint: types/utils.go#L22
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
lint: types/utils.go#L26
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
lint: types/utils.go#L29
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
lint: x/auctionsV2/simulation/simap.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/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/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)