kubenetworks/kubevpn

View on GitHub
pkg/dev/docker_hijack.go

Summary

Maintainability
A
45 mins
Test Coverage

Method hijackedIOStreamer.stream has 7 return statements (exceeds 4 allowed).
Open

func (h *hijackedIOStreamer) stream(ctx context.Context) error {
    restoreInput, err := h.setupInput()
    if err != nil {
        return fmt.Errorf("unable to setup input stream: %s", err)
    }
Severity: Major
Found in pkg/dev/docker_hijack.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status