Skip to content

refactor(rename): src -> sourcecode (pkg) #503

refactor(rename): src -> sourcecode (pkg)

refactor(rename): src -> sourcecode (pkg) #503

Triggered via push November 6, 2023 13:31
Status Failure
Total duration 29s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/runtime/func_runner.go#L43
should not use basic type string as key in context.WithValue (golint)
lint: internal/runtime/connector.go#L123
(connector).broadcast - result 0 (error) is always nil (unparam)
lint: internal/runtime/program.go#L62
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"port not found by name: %v\", name)" (goerr113)
lint: internal/runtime/connector.go#L203
S1023: redundant `return` statement (gosimple)
lint: internal/runtime/func_runner.go#L30
named return "err" with type "error" found (nonamedreturns)
lint: internal/runtime/runtime.go#L46
named return "code" with type "int" found (nonamedreturns)
lint: internal/runtime/connector.go#L107
variable name 'g' is too short for the scope of its usage (varnamelen)
lint: internal/runtime/connector.go#L37
variable name 's' is too short for the scope of its usage (varnamelen)
lint: internal/runtime/connector.go#L161
variable name 'i' is too short for the scope of its usage (varnamelen)
lint: internal/runtime/func_runner.go#L32
variable name 'wg' is too short for the scope of its usage (varnamelen)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/