chartmogul/chartmogul-go

View on GitHub
chartmogul.go

Summary

Maintainability
A
35 mins
Test Coverage
C
70%

Method Errors.IsInvoiceAndItsEntitiesAlreadyExist has 5 return statements (exceeds 4 allowed).
Open

func (e Errors) IsInvoiceAndItsEntitiesAlreadyExist() (is bool) {
    if e == nil {
        return
    }
    if msg := e[ErrKeyExternalID]; msg != ErrValInvoiceExternalIDExists {
Severity: Major
Found in chartmogul.go - About 35 mins to fix

    Your code does not pass gofmt in 1 place. Go fmt your code!
    Open

    // Package chartmogul is a simple Go API library for Chartmogul public API.
    Severity: Minor
    Found in chartmogul.go by gofmt

    There are no issues that match your filters.

    Category
    Status