chore: run linter on CI #31
Annotations
10 errors
test:
x/intertx/types/msgs.go#L91
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
|
test:
x/airdrop/types/errors.go#L9
SA1019: errors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
test:
x/airdrop/types/errors.go#L10
SA1019: errors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
test:
x/airdrop/types/errors.go#L11
SA1019: errors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
test:
x/intertx/types/errors.go#L8
SA1019: sdkerrors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
test:
x/intertx/types/errors.go#L9
SA1019: sdkerrors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
test:
x/intertx/keeper/msg_server.go#L77
SA1019: k.icaControllerKeeper.SendTx is deprecated: this is a legacy API that is only intended to function correctly in workflows where an underlying application has been set. Prior to to v6.x.x of ibc-go, the controller module was only functional as middleware, with authentication performed by the underlying application. For a full summary of the changes in v6.x.x, please see ADR009. This API will be removed in later releases. (staticcheck)
|
test:
app/keepers/keepers.go#L70
SA1019: wasm.Keeper is deprecated: Do not use. (staticcheck)
|
test:
app/upgrades/v200/upgrades.go#L38
SA1019: authtypes.ParamKeyTable is deprecated: ParamKeyTable for auth module (staticcheck)
|
test:
app/upgrades/v200/upgrades.go#L40
SA1019: banktypes.ParamKeyTable is deprecated: ParamKeyTable for bank module. (staticcheck)
|