Add the Sanction Module #6798
Annotations
10 errors and 1 warning
golangci-lint:
internal/logger.go#L9
import 'cosmossdk.io/log' is not allowed from list 'main' (depguard)
|
golangci-lint:
internal/statesync/statesync.go#L16
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
internal/statesync/statesync.go#L6
import 'github.com/cometbft/cometbft/rpc/jsonrpc/types' is not allowed from list 'main' (depguard)
|
golangci-lint:
app/app.go#L1009
Error return value of `app.mm.RegisterServices` is not checked (errcheck)
|
golangci-lint:
app/app.go#L1221
Error return value of `app.UpgradeKeeper.SetModuleVersionMap` is not checked (errcheck)
|
golangci-lint:
app/app.go#L1445
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:
app/upgrades.go#L377
Error return value of `app.ICQKeeper.SetParams` is not checked (errcheck)
|
golangci-lint:
app/app.go#L461
appendAssign: append result not assigned to the same slice (gocritic)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|