vorteil/vorteil

View on GitHub
pkg/vcfg/types.go

Summary

Maintainability
A
35 mins
Test Coverage
F
1%

Method Size.String has 5 return statements (exceeds 4 allowed).
Open

func (x Size) String() string {
    sign := ""
    if int(x) < 0 {
        sign = "+"
    }
Severity: Major
Found in pkg/vcfg/types.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status