ozanh/ugodev

View on GitHub
playground/cmd/wasm/check.go

Summary

Maintainability
A
40 mins
Test Coverage

Function linesFromError has 6 return statements (exceeds 4 allowed).
Open

func linesFromError(err error) map[int][]error {

    switch v := err.(type) {
    case parser.ErrorList:
        out := make(map[int][]error)
Severity: Major
Found in playground/cmd/wasm/check.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status