cloudfoundry/stratos

View on GitHub
src/jetstream/plugins/monocular/store/version.go

Summary

Maintainability
A
35 mins
Test Coverage

Method SemanticVersion.LessThan has 5 return statements (exceeds 4 allowed).
Open

func (s *SemanticVersion) LessThan(d *SemanticVersion) bool {
    if d == nil {
        return true
    }
    if s.Valid && d.Valid {
Severity: Major
Found in src/jetstream/plugins/monocular/store/version.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status