dotcloud/docker

View on GitHub
daemon/cluster/noderunner.go

Summary

Maintainability
A
1 hr
Test Coverage

Method nodeRunner.start has 66 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (n *nodeRunner) start(conf nodeStartConfig) error {
    var control string
    if isWindows {
        control = `\\.\pipe\` + controlSocket
    } else {
Severity: Minor
Found in daemon/cluster/noderunner.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status