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