Skip to content

feat: Clawback Continuous Vesting Account #159

feat: Clawback Continuous Vesting Account

feat: Clawback Continuous Vesting Account #159

Triggered via pull request February 8, 2024 21:57
Status Failure
Total duration 5m 28s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
golangci: x/staking/keeper/keeper.go#L51
Error return value of `k.IterateDelegatorRedelegations` is not checked (errcheck)
golangci: x/staking/keeper/keeper.go#L87
Error return value of `(github.com/cosmos/cosmos-sdk/x/staking/types.StakingHooks).BeforeDelegationCreated` is not checked (errcheck)
golangci: x/staking/keeper/keeper.go#L92
Error return value of `(github.com/cosmos/cosmos-sdk/x/staking/types.StakingHooks).BeforeDelegationSharesModified` is not checked (errcheck)
golangci: x/staking/keeper/keeper.go#L103
Error return value of `k.SetDelegation` is not checked (errcheck)
golangci: x/staking/keeper/keeper.go#L104
Error return value of `(github.com/cosmos/cosmos-sdk/x/staking/types.StakingHooks).AfterDelegationModified` is not checked (errcheck)
golangci: x/staking/keeper/keeper.go#L108
Error return value of `(github.com/cosmos/cosmos-sdk/x/staking/types.StakingHooks).BeforeDelegationRemoved` is not checked (errcheck)
golangci: x/staking/keeper/keeper.go#L109
Error return value of `k.RemoveDelegation` is not checked (errcheck)
golangci: x/staking/keeper/keeper.go#L111
Error return value of `(github.com/cosmos/cosmos-sdk/x/staking/types.StakingHooks).BeforeDelegationSharesModified` is not checked (errcheck)
golangci: x/staking/keeper/keeper.go#L113
Error return value of `k.SetDelegation` is not checked (errcheck)
golangci: x/staking/keeper/keeper.go#L114
Error return value of `(github.com/cosmos/cosmos-sdk/x/staking/types.StakingHooks).AfterDelegationModified` is not checked (errcheck)
protobuf
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: bufbuild/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
protobuf
No github_token supplied, API requests will be subject to stricter rate limiting
protobuf
Unexpected input(s) 'check', 'diff', 'extensions', 'path', 'style', valid inputs are ['clang-format-version', 'check-path', 'exclude-regex', 'fallback-style', 'include-regex']
golangci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci: docs/docs.go#L34
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
golangci: x/randomness/client/cli/query.go#L36
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
golangci: x/vesting/client/cli/tx.go#L84
unused-parameter: parameter 'ac' seems to be unused, consider removing or renaming it as _ (revive)
golangci: x/vesting/module.go#L64
unused-parameter: parameter 'bz' seems to be unused, consider removing or renaming it as _ (revive)
golangci: x/wasm-storage/client/cli/query.go#L97
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
golangci: x/wasm-storage/client/cli/query.go#L123
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
golangci: x/wasm-storage/client/cli/query.go#L149
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
golangci: app/upgrades/testnet/v1/constants.go#L34
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)