voicera/gooseberry

View on GitHub
scripts/inspector/main.go

Summary

Maintainability
A
35 mins
Test Coverage

Function inspect has 5 return statements (exceeds 4 allowed).
Open

func inspect(node ast.Node) bool {
    call, ok := node.(*ast.CallExpr)
    if !ok {
        return true // continue parsing down the AST
    }
Severity: Major
Found in scripts/inspector/main.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status