Skip to content

Prepare v3: IBC Wasm Hooks, PFM and Simapp rewrite #574

Prepare v3: IBC Wasm Hooks, PFM and Simapp rewrite

Prepare v3: IBC Wasm Hooks, PFM and Simapp rewrite #574

Triggered via pull request June 23, 2023 12:57
@xlabxlab
synchronize #403
f/max/ibc-hooks
Status Failure
Total duration 3m 49s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: x/ibc-hooks/keeper/keeper.go#L59
unslice: could simplify senderHash32[:] to senderHash32 (gocritic)
lint: utils/ibc.go#L4
File is not `goimports`-ed (goimports)
lint: x/ibc-hooks/hooks.go#L1
don't use an underscore in package name (golint)
lint: x/ibc-hooks/ibc_module.go#L1
don't use an underscore in package name (golint)
lint: x/ibc-hooks/ics4_middleware.go#L1
don't use an underscore in package name (golint)
lint: x/ibc-hooks/wasm_hook.go#L310
var `ackAsJson` should be `ackAsJSON` (golint)
lint: simapp/app.go#L351
receiver name a should be consistent with previous receiver name app for SimApp (golint)
lint: simapp/app.go#L397
receiver name a should be consistent with previous receiver name app for SimApp (golint)
lint: simapp/simd/cmd/root.go#L193
don't use underscores in Go names; range var sub_cmd should be subCmd (golint)
lint: simapp/simd/cmd/testnet.go#L67
struct of size 136 bytes could be of size 128 bytes: