vorteil/vorteil

View on GitHub
pkg/vdisk/formats.go

Summary

Maintainability
A
1 hr
Test Coverage

Method Format.Build has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func (x *Format) Build(ctx context.Context, log elog.View, w io.WriteSeeker, b *vimg.Builder, cfg *vcfg.VCFG) error {
Severity: Minor
Found in pkg/vdisk/formats.go - About 35 mins to fix

    Function RegisterNewDiskFormat has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func RegisterNewDiskFormat(format Format, extention string, alignment int64, mtu uint, builderFunc BuildWriterInstantiator) error {
    Severity: Minor
    Found in pkg/vdisk/formats.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status