zephinzer/dev

View on GitHub
internal/db/check.go

Summary

Maintainability
A
45 mins
Test Coverage

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

func Check(atPath string) error {
    absolutePath, resolvePathError := utils.ResolvePath(atPath)
    if resolvePathError != nil {
        return fmt.Errorf("failed to resolve path '%s': %s", atPath, resolvePathError)
    }
Severity: Major
Found in internal/db/check.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status