Skip to content

test: Implement unit and integration tests #21

test: Implement unit and integration tests

test: Implement unit and integration tests #21

Triggered via pull request September 18, 2024 07:25
Status Failure
Total duration 2m 19s
Artifacts

lint.yml

on: pull_request
golangci-lint
2m 8s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: relayer/submit_data_test.go#L15
commentFormatting: put a space between `//` and comment text (gocritic)
golangci-lint: relayer/submit_data_test.go#L55
commentFormatting: put a space between `//` and comment text (gocritic)
golangci-lint: relayer/submit_data_test.go#L73
commentFormatting: put a space between `//` and comment text (gocritic)
golangci-lint: relayer/local/cosmosprovider.go#L10
var-naming: struct field RpcClient should be RPCClient (revive)
golangci-lint: module/module.go#L64
receiver-naming: receiver name am should be consistent with previous receiver name ab for AppModuleBasic (revive)
golangci-lint: relayer/submit_data_test.go#L58
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: relayer/submit_data_test.go#L76
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: keeper/keeper_test.go#L90
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: keeper/keeper_test.go#L94
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: client/client.go#L16
field `factory` is unused (unused)