dennis-tra/pcp

View on GitHub
pkg/send/cmd.go

Summary

Maintainability
A
45 mins
Test Coverage

Function Action has 7 return statements (exceeds 4 allowed).
Open

func Action(c *cli.Context) error {
    // Read config file and fill context with it.
    c, err := config.FillContext(c)
    if err != nil {
        return err
Severity: Major
Found in pkg/send/cmd.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status