Skip to content

bump sdk 47, ibc v7, wasmd 40 #1119

bump sdk 47, ibc v7, wasmd 40

bump sdk 47, ibc v7, wasmd 40 #1119

Triggered via pull request October 25, 2023 13:07
@cgsingh33cgsingh33
synchronize #805
bump47
Status Failure
Total duration 3m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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#L112
Error return value of `wasmKeeper.SetParams` is not checked (errcheck)
lint: app/upgrades/testnet/v1_0_0/upgrades.go#L38
Error return value of `wasmKeeper.SetParams` is not checked (errcheck)
lint: app/upgrades/mainnet/v5/upgrades.go#L286
Error return value of `wasmKeeper.SetParams` is not checked (errcheck)
lint: app/export.go#L111
Error return value of `(github.com/cosmos/cosmos-sdk/x/distribution/keeper.Hooks).AfterValidatorCreated` is not checked (errcheck)
lint: app/export.go#L117
Error return value of `(github.com/cosmos/cosmos-sdk/x/distribution/keeper.Hooks).BeforeDelegationCreated` is not checked (errcheck)
lint: app/export.go#L118
Error return value of `(github.com/cosmos/cosmos-sdk/x/distribution/keeper.Hooks).AfterDelegationModified` is not checked (errcheck)
lint: x/lend/migrations/v2/types/lend.pb.go#L17
File is not `gofumpt`-ed (gofumpt)
lint: x/lend/migrations/v2/types/lend.pb.go#L41
File is not `gofumpt`-ed (gofumpt)
lint: x/lend/migrations/v2/types/lend.pb.go#L44
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
Restore cache failed: Dependencies file is not found in /home/runner/work/comdex/comdex. Supported file pattern: go.sum
lint: x/lend/migrations/v2/types/lend.pb.go#L9
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L11
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L13
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L48
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L141
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L27
var-naming: don't use underscores in Go names; type Extended_Pair_Old should be ExtendedPairOld (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L28
var-naming: struct field Id should be ID (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L42
var-naming: don't use underscores in Go names; method XXX_Unmarshal should be XXXUnmarshal (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L45
var-naming: don't use underscores in Go names; method XXX_Marshal should be XXXMarshal (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L57
var-naming: don't use underscores in Go names; method XXX_Merge should be XXXMerge (revive)