Skip to content

build(deps): bump cosmossdk.io/math from 1.0.0-beta.4 to 1.1.3-rc.0 #222

build(deps): bump cosmossdk.io/math from 1.0.0-beta.4 to 1.1.3-rc.0

build(deps): bump cosmossdk.io/math from 1.0.0-beta.4 to 1.1.3-rc.0 #222

Triggered via pull request September 19, 2023 10:38
Status Failure
Total duration 6m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Run golangci-lint
5m 50s
Run golangci-lint
Run markdown-lint
22s
Run markdown-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Run golangci-lint: x/vesting/types/clawback_vesting_account.go#L7
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/vesting/types/clawback_vesting_account.go#L8
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/vesting/types/clawback_vesting_account.go#L9
import 'github.com/cosmos/cosmos-sdk/x/auth/vesting/exported' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/vesting/types/clawback_vesting_account.go#L10
import 'github.com/cosmos/cosmos-sdk/x/auth/vesting/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/vesting/types/codec.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/vesting/types/codec.go#L5
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/vesting/types/codec.go#L6
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/vesting/types/codec.go#L7
import 'github.com/cosmos/cosmos-sdk/types/msgservice' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/vesting/types/codec.go#L8
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/vesting/types/codec.go#L9
import 'github.com/cosmos/cosmos-sdk/x/auth/vesting/exported' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/epochs/types/identifier.go#L24
if-return: redundant if ...; err != nil check, just return error instead. (revive)
Run golangci-lint: x/epochs/module.go#L53
unused-parameter: parameter 'cdc' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/epochs/module.go#L64
unused-parameter: parameter 'config' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/epochs/module.go#L73
unused-parameter: parameter 'clientCtx' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/epochs/module.go#L131
unused-parameter: parameter 'legacyQuerierCdc' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/epochs/module.go#L168
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/epochs/module.go#L177
unused-parameter: parameter 'simState' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/epochs/module.go#L180
unused-parameter: parameter 'simState' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/epochs/module.go#L185
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/epochs/module.go#L190
unused-parameter: parameter 'sdr' seems to be unused, consider removing or renaming it as _ (revive)