docs: fix cannot get release tag #24
Annotations
10 errors and 2 warnings
Run Lint:
api/api.go#L55
Error return value of `v.ReadConfig` is not checked (errcheck)
|
Run Lint:
api/api.go#L47
G107: Potential HTTP request made with variable url (gosec)
|
Run Lint:
cmd/tv-mixproxy/main.go#L24
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
Run Lint:
pkg/m3u/playlist.go#L50
Error return value of `writer.Write` is not checked (errcheck)
|
Run Lint:
pkg/m3u/playlist.go#L58
Error return value of `writer.Write` is not checked (errcheck)
|
Run Lint:
pkg/m3u/playlist.go#L61
Error return value of `writer.Write` is not checked (errcheck)
|
Run Lint:
pkg/m3u/playlist.go#L68
Error return value of `writer.Write` is not checked (errcheck)
|
Run Lint:
pkg/m3u/playlist.go#L76
Error return value of `writer.Write` is not checked (errcheck)
|
Run Lint:
pkg/m3u/track.go#L28
receiver-naming: receiver name track should be consistent with previous receiver name t for Track (revive)
|
Run Lint:
pkg/m3u/playlist.go#L100
calculated cyclomatic complexity for function parseLine is 11, max is 10 (cyclop)
|
Run Lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Unit Tests
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|