internal/zip/zip.go

Summary

Maintainability
A
40 mins
Test Coverage

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

func Build(dir string) (io.ReadCloser, *archive.Stats, error) {
    upignore, err := read(".upignore")
    if err != nil {
        return nil, nil, errors.Wrap(err, "reading .upignore")
    }
Severity: Major
Found in internal/zip/zip.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status