soumya92/barista

View on GitHub
format/units.go

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

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

func SI(v float64, unit string) Value {
    if v < 0 {
        inv := SI(-v, unit)
        inv.number = "-" + inv.number
        return inv
Severity: Major
Found in format/units.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status