📦 Release patch/1.0.0 by @wayjam #9
release.yml
on: workflow_dispatch
test
/
Run Go Tests
29s
release
4s
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
|