compatibility testing #1027
Annotations
10 errors and 10 warnings
lint:
app/ibctesting/simapp/upgrades/v6/upgrades.go#L11
redundant-import-alias: Import alias "v6" is redundant (revive)
|
lint:
x/transfermiddleware/keeper/abci.go#L15
Error return value of `k.RemoveParachainIBCInfo` is not checked (errcheck)
|
lint:
x/transfermiddleware/keeper/genesis.go#L13
Error return value of `k.AddParachainIBCInfo` is not checked (errcheck)
|
lint:
x/transfermiddleware/keeper/ics4wrapper.go#L64
Error return value of `keeper.bankKeeper.BurnCoins` is not checked (errcheck)
|
lint:
x/transfermiddleware/keeper/keeper.go#L207
Error return value of `k.cdc.Unmarshal` is not checked (errcheck)
|
lint:
x/transfermiddleware/keeper/keeper.go#L216
Error return value of `k.cdc.Unmarshal` is not checked (errcheck)
|
lint:
x/transfermiddleware/keeper/keeper.go#L65
ST1016: methods on the same type should have the same receiver name (seen 24x "k", 8x "keeper") (stylecheck)
|
lint:
x/mint/keeper/keeper.go#L80
bare-return: avoid using bare returns, please add return expressions (revive)
|
lint:
x/mint/keeper/keeper.go#L154
ST1016: methods on the same type should have the same receiver name (seen 15x "k", 2x "keeper") (stylecheck)
|
lint:
x/ibc-hooks/module.go#L106
unused-receiver: method receiver 'am' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
lint:
app/keepers/keys.go#L10
import-alias-naming: import name (txBoundaryTypes) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
app/keepers/keepers.go#L83
import-alias-naming: import name (wasm08Keeper) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
app/keepers/keepers.go#L464
unused-receiver: method receiver 'appKeepers' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
lint:
app/upgrades/types.go#L12
redundant-import-alias: Import alias "types" is redundant (revive)
|
lint:
app/upgrades/v5_1_0/fork.go#L5
import-alias-naming: import name (rateLimitKeeper) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
app/upgrades/v4_5_1/fork.go#L5
import-alias-naming: import name (rateLimitKeeper) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
app/test_access.go#L8
import-alias-naming: import name (tfmdKeeper) must match the regular expression: ^[a-z][a-z0-9]{0,}$ (revive)
|
lint:
app/test_helpers.go#L475
unused-receiver: method receiver 'ao' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
lint:
app/app.go#L18
redundant-import-alias: Import alias "v4" is redundant (revive)
|
lint:
app/app.go#L19
redundant-import-alias: Import alias "v5" is redundant (revive)
|