vorteil/vorteil

View on GitHub
pkg/vproj/projects.go

Summary

Maintainability
A
40 mins
Test Coverage
F
0%

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

func TarFromPackage(w io.Writer, pkg vpkg.Reader) error {

    // Create tar writer
    tw := tar.NewWriter(w)
    defer tw.Close()
Severity: Major
Found in pkg/vproj/projects.go - About 40 mins to fix

    exported const UnpackTempPattern should have comment (or a comment on this block) or be unexported
    Open

        UnpackTempPattern = "vorteil-unpack-"
    Severity: Minor
    Found in pkg/vproj/projects.go by golint

    There are no issues that match your filters.

    Category
    Status