thestrukture/IDE

View on GitHub
api/methods/method_ParseLog.go

Summary

Maintainability
A
45 mins
Test Coverage
C
71%

Avoid deeply nested control flow statements.
Open

    } else if calls[0] == "meth" {
        actionText = "The line is located in your package template pipelines at line: " + calls[1]
    }
Severity: Major
Found in api/methods/method_ParseLog.go - About 45 mins to fix

    package comment should be of the form "Package methods ..."
    Open

    // File generated by Gopher Sauce
    Severity: Minor
    Found in api/methods/method_ParseLog.go by golint

    comment on exported function ParseLog should be of the form "ParseLog ..."
    Open

    //
    Severity: Minor
    Found in api/methods/method_ParseLog.go by golint

    Your code does not pass gofmt in 1 place. Go fmt your code!
    Open

    // File generated by Gopher Sauce
    Severity: Minor
    Found in api/methods/method_ParseLog.go by gofmt

    There are no issues that match your filters.

    Category
    Status