Skip to content

Added function related to the debugger #1734

Added function related to the debugger

Added function related to the debugger #1734

Triggered via pull request December 7, 2023 19:54
Status Failure
Total duration 3m 5s
Artifacts

test.yml

on: pull_request
Matrix: tests-go-stable
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 6 warnings
lint: pkg/debugger/debugger.go#L5
File is not `goimports`-ed with -local github.com/filecoin-project/mir (goimports)
lint: samples/pingpong/main.go#L6
File is not `goimports`-ed with -local github.com/filecoin-project/mir (goimports)
lint: pkg/debugger/debugger.go#L192
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
lint: pkg/debugger/debugger.go#L103
unnecessary conversion (unconvert)
lint: pkg/debugger/debugger.go#L108
ineffectual assignment to ok (ineffassign)
lint: pkg/debugger/debugger.go#L113
ineffectual assignment to err (ineffassign)
lint: samples/pingpong/main.go#L36
ineffectual assignment to err (ineffassign)
lint
issues found
lint: pkg/debugger/debugger.go#L75
unused-parameter: parameter 'timestamp' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/debugger/debugger.go#L121
unused-parameter: parameter 'actionValue' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/debugger/debugger.go#L203
unused-parameter: parameter 'dest' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/debugger/debugger.go#L127
empty-block: this block is empty, you can remove it (revive)
lint: pkg/debugger/debugger.go#L129
empty-block: this block is empty, you can remove it (revive)
lint: pkg/debugger/debugger.go#L131
empty-block: this block is empty, you can remove it (revive)