Adds store for crisis module #6608
Annotations
10 errors and 1 warning
golangci-lint:
app/app.go#L1017
Error return value of `app.mm.RegisterServices` is not checked (errcheck)
|
golangci-lint:
app/app.go#L1197
Error return value of `app.UpgradeKeeper.SetModuleVersionMap` is not checked (errcheck)
|
golangci-lint:
app/app.go#L1437
Error return value of `app.UpgradeKeeper.ClearUpgradePlan` is not checked (errcheck)
|
golangci-lint:
app/export.go#L254
Error return value of `app.SlashingKeeper.IterateValidatorSigningInfos` is not checked (errcheck)
|
golangci-lint:
app/export.go#L258
Error return value of `app.SlashingKeeper.SetValidatorSigningInfo` is not checked (errcheck)
|
golangci-lint:
internal/statesync/statesync.go#L16
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/trigger/keeper/event_detector.go#L26
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/name/client/cli/tx.go#L172
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
x/oracle/keeper/relay.go#L26
unused-parameter: parameter 'chanCap' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
x/oracle/keeper/relay.go#L27
unused-parameter: parameter 'reqs' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected], actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|