core/ls/vehicle_monitoring_lc.go

Summary

Maintainability
A
40 mins
Test Coverage

Method VehicleMonitoringLastChange.HasChanged has 6 return statements (exceeds 4 allowed).
Open

func (vmlc *VehicleMonitoringLastChange) HasChanged(v *model.Vehicle) bool {
    // Check LinkDistance
    if vmlc.LinkDistance != v.LinkDistance {
        return true
    }
Severity: Major
Found in core/ls/vehicle_monitoring_lc.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status