Fix #35 'kubectl logs -f' implemented #843
Annotations
10 errors and 1 warning
golangci-lint:
pkg/interlink/api/logs.go#L99
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pkg/virtualkubelet/execute.go#L396
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pkg/virtualkubelet/execute.go#L407
commentFormatting: put a space between `//` and comment text (gocritic)
|
golangci-lint:
pkg/interlink/api/logs.go#L101
var-naming: var logHttpClient should be logHTTPClient (revive)
|
golangci-lint:
pkg/interlink/api/handler.go#L163
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
pkg/interlink/api/handler.go#L62
var-naming: func parameter logHttpClient should be logHTTPClient (revive)
|
golangci-lint:
pkg/interlink/api/handler.go#L101
var-naming: var errHttp should be errHTTP (revive)
|
golangci-lint:
pkg/virtualkubelet/execute.go#L398
var-naming: var logHttpClient should be logHTTPClient (revive)
|
golangci-lint:
pkg/interlink/api/handler.go#L148
unnecessary conversion (unconvert)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading