Skip to content

feat: gocron-ui Real-time Web Interface for Job Monitoring and Control #12

feat: gocron-ui Real-time Web Interface for Job Monitoring and Control

feat: gocron-ui Real-time Web Interface for Job Monitoring and Control #12

Re-run triggered October 7, 2025 17:55
Status Failure
Total duration 43s
Artifacts

go_test.yml

on: pull_request
Matrix: lint and test
Fit to window
Zoom out
Zoom in

Annotations

12 errors
lint and test (stable): server/server.go#L105
exported: comment on exported method Server.GetConfig should be of the form "GetConfig ..." (revive)
lint and test (stable): server/server.go#L96
exported: type name will be used as server.ServerOption by other packages, and that stutters; consider calling this Option (revive)
lint and test (stable): server/server.go#L95
exported: comment on exported type ServerOption should be of the form "ServerOption ..." (with optional leading article) (revive)
lint and test (stable): server/server.go#L42
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
lint and test (stable): server/server.go#L37
exported: exported function NewServer should have comment or be unexported (revive)
lint and test (stable): server/server.go#L33
exported: exported type ServerConfig should have comment or be unexported (revive)
lint and test (stable): server/server.go#L24
exported: exported type Server should have comment or be unexported (revive)
lint and test (stable): exmaples/main.go#L183
unused-parameter: parameter 'jobID' seems to be unused, consider removing or renaming it as _ (revive)
lint and test (stable): exmaples/main.go#L180
unused-parameter: parameter 'jobID' seems to be unused, consider removing or renaming it as _ (revive)
lint and test (stable): server/server.go#L489
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint and test (oldstable)
The operation was canceled.
lint and test (oldstable)
The strategy configuration was canceled because "golangci.stable" failed