zephinzer/dev

View on GitHub
pkg/pivotaltracker/stories.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func GetStories(accessToken string, inProjectID string, since ...time.Time) (*APIv5StoriesResponse, error) {
    accountInfo, accountInfoError := GetAccount(accessToken)
    if accountInfoError != nil {
        return nil, accountInfoError
    }
Severity: Major
Found in pkg/pivotaltracker/stories.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status