qbeon/webwire-go

View on GitHub
handleConnection.go

Summary

Maintainability
A
35 mins
Test Coverage

Method server.writeConfMessage has 5 return statements (exceeds 4 allowed).
Open

func (srv *server) writeConfMessage(sock Socket) error {
    writer, err := sock.GetWriter()
    if err != nil {
        return fmt.Errorf(
            "couldn't get writer for configuration message: %s",
Severity: Major
Found in handleConnection.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status