Skip to content

📦 Release patch/1.0.0 by @wayjam #9

📦 Release patch/1.0.0 by @wayjam

📦 Release patch/1.0.0 by @wayjam #9

Manually triggered October 26, 2024 13:02
Status Success
Total duration 51s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test / Run Go Tests: pkg/mixer/source_manager.go#L99
Error return value of `sm.refreshSource` is not checked (errcheck)
test / Run Go Tests: config/tvbox.go#L121
G107: Potential HTTP request made with variable url (gosec)
test / Run Go Tests: pkg/mixer/mixer.go#L17
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
test / Run Go Tests: server/server.go#L25
unexported-return: exported func NewServer returns unexported type *server.server, which can be annoying to use (revive)
test / Run Go Tests: cmd/tv-mixproxy/main.go#L24
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
test / Run Go Tests: pkg/mixer/mixer.go#L255
calculated cyclomatic complexity for function filterArray is 12, max is 10 (cyclop)
test / Run Go Tests
issues found