ckaznocha/marathon-resource

View on GitHub
cmd/marathon-resource/dates/dates.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func NewerTimestamps(
    timestampStrings []string,
    currentTimestampString string,
) ([]string, error) {
    var (
Severity: Major
Found in cmd/marathon-resource/dates/dates.go - About 35 mins to fix

Your code does not pass gofmt in 2 places. Go fmt your code!
Open

package dates
Severity: Minor
Found in cmd/marathon-resource/dates/dates.go by gofmt

There are no issues that match your filters.

Category
Status