Skip to content

Restructure modules #1275

Restructure modules

Restructure modules #1275

Triggered via pull request August 9, 2024 11:31
Status Failure
Total duration 2m 59s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Linter: service/mgr/workermgr_test.go#L64
64-106 lines are duplicate of `service/mgr/workermgr_test.go:108-149` (dupl)
Linter: service/mgr/workermgr_test.go#L108
108-149 lines are duplicate of `service/mgr/workermgr_test.go:64-106` (dupl)
Linter: service/resolver/main.go#L112
Error return value is not checked (errcheck)
Linter: spn/docks/module_test.go#L50
Error return value of `log.Start` is not checked (errcheck)
Linter: base/rng/rng.go#L13
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
Linter: base/rng/rng.go#L14
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
Linter: spn/unit/unit_test.go#L11
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
Linter: spn/terminal/module_test.go#L81
exitAfterDefer: os.Exit will exit, and `defer func(){...}(...)` will not run (gocritic)
Linter: spn/captain/navigation.go#L213
commentFormatting: put a space between `//` and comment text (gocritic)
Linter: service/updates/main.go#L46
Comment should end in a period (godot)
Test & Build
Process completed with exit code 1.
Test & Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/