vorteil/vorteil

View on GitHub
pkg/vdisk/build.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func build(ctx context.Context, w io.WriteSeeker, cfg *vcfg.VCFG, args *BuildArgs) error {

    log := args.Logger

    fsCompiler, err := NewFilesystemCompiler(string(cfg.System.Filesystem), log, args.PackageReader.FS(), nil)
Severity: Major
Found in pkg/vdisk/build.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status