asteris-llc/converge

View on GitHub
resource/shell/command_executor.go

Summary

Maintainability
A
40 mins
Test Coverage

Method commandIOContext.exec has 6 return statements (exceeds 4 allowed).
Open

func (c *commandIOContext) exec(script string) (results *CommandResults, err error) {
    results = &CommandResults{
        Stdin: script,
    }

Severity: Major
Found in resource/shell/command_executor.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status