Preparing report...

Report for github.com/omise/omise-go

A+    Excellent!    Found 32 issues across 105 files

Tweet

gofmt98%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo100%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

No problems detected. Good job!


golint71%

Golint is a linter for Go source code.

    • omise-go/operations/recipient.go
    • Line 10: warning: comment on exported type ListRecipients should be of the form "ListRecipients ..." (with optional leading article) (golint)
    • Line 25: warning: exported method ListRecipients.Describe should have comment or be unexported (golint)
    • Line 34: warning: comment on exported type CreateRecipient should be of the form "CreateRecipient ..." (with optional leading article) (golint)
    • Line 97: warning: exported method CreateRecipient.MarshalJSON should have comment or be unexported (golint)
    • Line 118: warning: exported method CreateRecipient.Describe should have comment or be unexported (golint)
    • Line 127: warning: comment on exported type RetrieveRecipient should be of the form "RetrieveRecipient ..." (with optional leading article) (golint)
    • Line 140: warning: exported method RetrieveRecipient.Describe should have comment or be unexported (golint)
    • Line 149: warning: comment on exported type UpdateRecipient should be of the form "UpdateRecipient ..." (with optional leading article) (golint)
    • Line 171: warning: exported method UpdateRecipient.MarshalJSON should have comment or be unexported (golint)
    • Line 192: warning: exported method UpdateRecipient.Describe should have comment or be unexported (golint)
    • Line 201: warning: comment on exported type DestroyRecipient should be of the form "DestroyRecipient ..." (with optional leading article) (golint)
    • Line 214: warning: exported method DestroyRecipient.Describe should have comment or be unexported (golint)
    • Line 246: warning: exported method ListRecipientTransferSchedules.Describe should have comment or be unexported (golint)
    • omise-go/internal/testutil/fixtures_transport.go
    • Line 10: warning: exported type FixturesTransport should have comment or be unexported (golint)
    • Line 14: warning: exported function NewFixturesTransport should have comment or be unexported (golint)
    • Line 19: warning: exported method FixturesTransport.RoundTrip should have comment or be unexported (golint)
    • omise-go/operations/capability.go
    • Line 5: warning: comment on exported type RetrieveCapability should be of the form "RetrieveCapability ..." (with optional leading article) (golint)
    • Line 16: warning: exported method RetrieveCapability.Describe should have comment or be unexported (golint)
    • omise-go/operations/charge.go
    • Line 10: warning: comment on exported type ListCharges should be of the form "ListCharges ..." (with optional leading article) (golint)
    • Line 28: warning: exported method ListCharges.Describe should have comment or be unexported (golint)
    • Line 37: warning: comment on exported type CreateCharge should be of the form "CreateCharge ..." (with optional leading article) (golint)
    • Line 67: warning: exported method CreateCharge.MarshalJSON should have comment or be unexported (golint)
    • Line 81: warning: exported method CreateCharge.Describe should have comment or be unexported (golint)
    • Line 90: warning: comment on exported type UpdateCharge should be of the form "UpdateCharge ..." (with optional leading article) (golint)
    • Line 108: warning: exported method UpdateCharge.Describe should have comment or be unexported (golint)
    • Line 117: warning: comment on exported type RetrieveCharge should be of the form "RetrieveCharge ..." (with optional leading article) (golint)
    • Line 130: warning: exported method RetrieveCharge.Describe should have comment or be unexported (golint)
    • Line 139: warning: comment on exported type CaptureCharge should be of the form "CaptureCharge ..." (with optional leading article) (golint)
    • Line 156: warning: exported method CaptureCharge.Describe should have comment or be unexported (golint)
    • Line 165: warning: comment on exported type ReverseCharge should be of the form "ReverseCharge ..." (with optional leading article) (golint)
    • Line 172: warning: exported method ReverseCharge.Describe should have comment or be unexported (golint)
    • omise-go/operations/event.go
    • Line 7: warning: comment on exported type ListEvents should be of the form "ListEvents ..." (with optional leading article) (golint)
    • Line 20: warning: exported method ListEvents.Describe should have comment or be unexported (golint)
    • Line 29: warning: comment on exported type RetrieveEvent should be of the form "RetrieveEvent ..." (with optional leading article) (golint)
    • Line 42: warning: exported method RetrieveEvent.Describe should have comment or be unexported (golint)
    • omise-go/operations/transfer.go
    • Line 7: warning: comment on exported type ListTransfers should be of the form "ListTransfers ..." (with optional leading article) (golint)
    • Line 25: warning: exported method ListTransfers.Describe should have comment or be unexported (golint)
    • Line 34: warning: comment on exported type CreateTransfer should be of the form "CreateTransfer ..." (with optional leading article) (golint)
    • Line 52: warning: exported method CreateTransfer.Describe should have comment or be unexported (golint)
    • Line 61: warning: comment on exported type RetrieveTransfer should be of the form "RetrieveTransfer ..." (with optional leading article) (golint)
    • Line 74: warning: exported method RetrieveTransfer.Describe should have comment or be unexported (golint)
    • Line 83: warning: comment on exported type UpdateTransfer should be of the form "UpdateTransfer ..." (with optional leading article) (golint)
    • Line 101: warning: exported method UpdateTransfer.Describe should have comment or be unexported (golint)
    • Line 110: warning: comment on exported type DestroyTransfer should be of the form "DestroyTransfer ..." (with optional leading article) (golint)
    • Line 123: warning: exported method DestroyTransfer.Describe should have comment or be unexported (golint)
    • omise-go/operations/dispute.go
    • Line 8: warning: comment on exported type ListDisputes should be of the form "ListDisputes ..." (with optional leading article) (golint)
    • Line 24: warning: exported method ListDisputes.Describe should have comment or be unexported (golint)
    • Line 43: warning: comment on exported type RetrieveDispute should be of the form "RetrieveDispute ..." (with optional leading article) (golint)
    • Line 56: warning: exported method RetrieveDispute.Describe should have comment or be unexported (golint)
    • Line 65: warning: comment on exported type UpdateDispute should be of the form "UpdateDispute ..." (with optional leading article) (golint)
    • Line 83: warning: exported method UpdateDispute.Describe should have comment or be unexported (golint)
    • omise-go/internal/description.go
    • Line 3: warning: exported type Description should have comment or be unexported (golint)
    • Line 13: warning: comment on exported method Description.Describe should be of the form "Describe ..." (golint)
    • Line 19: warning: exported method Description.KeyKind should have comment or be unexported (golint)
    • omise-go/operations/token.go
    • Line 10: warning: comment on exported type CreateToken should be of the form "CreateToken ..." (with optional leading article) (golint)
    • Line 39: warning: exported method CreateToken.MarshalJSON should have comment or be unexported (golint)
    • Line 49: warning: exported method CreateToken.Describe should have comment or be unexported (golint)
    • Line 58: warning: comment on exported type RetrieveToken should be of the form "RetrieveToken ..." (with optional leading article) (golint)
    • Line 71: warning: exported method RetrieveToken.Describe should have comment or be unexported (golint)
    • omise-go/internal/testutil/test_client.go
    • Line 12: warning: exported type TestClient should have comment or be unexported (golint)
    • Line 17: warning: exported function Keys should have comment or be unexported (golint)
    • Line 22: warning: exported function NewTestClient should have comment or be unexported (golint)
    • Line 26: warning: exported function NewFixedClient should have comment or be unexported (golint)
    • Line 49: warning: exported method TestClient.MustDo should have comment or be unexported (golint)
    • omise-go/schedule/on.go
    • Line 9: warning: comment on exported type Weekday should be of the form "Weekday ..." (with optional leading article) (golint)
    • Line 13: warning: exported const Monday should have comment (or a comment on this block) or be unexported (golint)
    • omise-go/internal/refactor/main.go
    • Line 51: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • omise-go/operations/receipt.go
    • Line 7: warning: comment on exported type ListReceipts should be of the form "ListReceipts ..." (with optional leading article) (golint)
    • Line 22: warning: exported method ListReceipts.Describe should have comment or be unexported (golint)
    • Line 31: warning: comment on exported type RetrieveReceipt should be of the form "RetrieveReceipt ..." (with optional leading article) (golint)
    • Line 44: warning: exported method RetrieveReceipt.Describe should have comment or be unexported (golint)
    • omise-go/operations/link.go
    • Line 7: warning: exported type ListLinks should have comment or be unexported (golint)
    • Line 11: warning: exported method ListLinks.Describe should have comment or be unexported (golint)
    • Line 20: warning: exported type CreateLink should have comment or be unexported (golint)
    • Line 28: warning: exported method CreateLink.Describe should have comment or be unexported (golint)
    • Line 37: warning: exported type RetrieveLink should have comment or be unexported (golint)
    • Line 41: warning: exported method RetrieveLink.Describe should have comment or be unexported (golint)
    • omise-go/operations/schedule.go
    • Line 51: warning: exported method CreateChargeSchedule.MarshalJSON should have comment or be unexported (golint)
    • Line 122: warning: exported method CreateChargeSchedule.Describe should have comment or be unexported (golint)
    • Line 168: warning: exported method CreateTransferSchedule.MarshalJSON should have comment or be unexported (golint)
    • Line 235: warning: exported method CreateTransferSchedule.Describe should have comment or be unexported (golint)
    • Line 265: warning: exported method ListSchedules.Describe should have comment or be unexported (golint)
    • Line 297: warning: exported method ListScheduleOccurrences.Describe should have comment or be unexported (golint)
    • Line 327: warning: exported method ListChargeSchedules.Describe should have comment or be unexported (golint)
    • Line 357: warning: exported method ListTransferSchedules.Describe should have comment or be unexported (golint)
    • Line 381: warning: exported method RetrieveSchedule.Describe should have comment or be unexported (golint)
    • Line 404: warning: exported method DestroySchedule.Describe should have comment or be unexported (golint)
    • omise-go/operations/search.go
    • Line 8: warning: comment on exported type Search should be of the form "Search ..." (with optional leading article) (golint)
    • Line 27: warning: exported method Search.Describe should have comment or be unexported (golint)
    • omise-go/operations/transaction.go
    • Line 7: warning: comment on exported type ListTransactions should be of the form "ListTransactions ..." (with optional leading article) (golint)
    • Line 25: warning: exported method ListTransactions.Describe should have comment or be unexported (golint)
    • Line 34: warning: comment on exported type RetrieveTransaction should be of the form "RetrieveTransaction ..." (with optional leading article) (golint)
    • Line 49: warning: exported method RetrieveTransaction.Describe should have comment or be unexported (golint)
    • omise-go/internal/endpoint.go
    • Line 3: warning: exported type Endpoint should have comment or be unexported (golint)
    • Line 6: warning: exported const API should have comment (or a comment on this block) or be unexported (golint)
    • omise-go/internal/testutil/testutil.go
    • Line 16: warning: exported function Main should have comment or be unexported (golint)
    • Line 30: warning: exported function LogObj should have comment or be unexported (golint)
    • Line 34: warning: exported function Require should have comment or be unexported (golint)
    • Line 44: warning: exported function AssertJSONEquals should have comment or be unexported (golint)
    • omise-go/operations/account.go
    • Line 7: warning: comment on exported type RetrieveAccount should be of the form "RetrieveAccount ..." (with optional leading article) (golint)
    • Line 18: warning: exported method RetrieveAccount.Describe should have comment or be unexported (golint)
    • omise-go/operations/balance.go
    • Line 7: warning: comment on exported type RetrieveBalance should be of the form "RetrieveBalance ..." (with optional leading article) (golint)
    • Line 18: warning: exported method RetrieveBalance.Describe should have comment or be unexported (golint)
    • omise-go/operations/card.go
    • Line 9: warning: comment on exported type ListCards should be of the form "ListCards ..." (with optional leading article) (golint)
    • Line 25: warning: exported method ListCards.Describe should have comment or be unexported (golint)
    • Line 45: warning: comment on exported type RetrieveCard should be of the form "RetrieveCard ..." (with optional leading article) (golint)
    • Line 62: warning: exported method RetrieveCard.Describe should have comment or be unexported (golint)
    • Line 71: warning: comment on exported type UpdateCard should be of the form "UpdateCard ..." (with optional leading article) (golint)
    • Line 96: warning: exported method UpdateCard.Describe should have comment or be unexported (golint)
    • Line 105: warning: comment on exported type DestroyCard should be of the form "DestroyCard ..." (with optional leading article) (golint)
    • Line 122: warning: exported method DestroyCard.Describe should have comment or be unexported (golint)
    • omise-go/operations/customer.go
    • Line 7: warning: comment on exported type ListCustomers should be of the form "ListCustomers ..." (with optional leading article) (golint)
    • Line 25: warning: exported method ListCustomers.Describe should have comment or be unexported (golint)
    • Line 34: warning: comment on exported type CreateCustomer should be of the form "CreateCustomer ..." (with optional leading article) (golint)
    • Line 54: warning: exported method CreateCustomer.Describe should have comment or be unexported (golint)
    • Line 63: warning: comment on exported type RetrieveCustomer should be of the form "RetrieveCustomer ..." (with optional leading article) (golint)
    • Line 76: warning: exported method RetrieveCustomer.Describe should have comment or be unexported (golint)
    • Line 85: warning: comment on exported type UpdateCustomer should be of the form "UpdateCustomer ..." (with optional leading article) (golint)
    • Line 106: warning: exported method UpdateCustomer.Describe should have comment or be unexported (golint)
    • Line 115: warning: comment on exported type DestroyCustomer should be of the form "DestroyCustomer ..." (with optional leading article) (golint)
    • Line 130: warning: exported method DestroyCustomer.Describe should have comment or be unexported (golint)
    • Line 162: warning: exported method ListCustomerChargeSchedules.Describe should have comment or be unexported (golint)
    • omise-go/operations/refund.go
    • Line 7: warning: comment on exported type ListRefunds should be of the form "ListRefunds ..." (with optional leading article) (golint)
    • Line 21: warning: exported method ListRefunds.Describe should have comment or be unexported (golint)
    • Line 30: warning: comment on exported type CreateRefund should be of the form "CreateRefund ..." (with optional leading article) (golint)
    • Line 49: warning: exported method CreateRefund.Describe should have comment or be unexported (golint)
    • Line 58: warning: comment on exported type RetrieveRefund should be of the form "RetrieveRefund ..." (with optional leading article) (golint)
    • Line 75: warning: exported method RetrieveRefund.Describe should have comment or be unexported (golint)
    • omise-go/operations/source.go
    • Line 7: warning: comment on exported type CreateSource should be of the form "CreateSource ..." (with optional leading article) (golint)
    • Line 36: warning: exported method CreateSource.Describe should have comment or be unexported (golint)
    • Line 46: warning: comment on exported type RetrieveSource should be of the form "RetrieveSource ..." (with optional leading article) (golint)
    • Line 59: warning: exported method RetrieveSource.Describe should have comment or be unexported (golint)
    • omise-go/internal/testutil/recorder_transport.go
    • Line 12: warning: exported type RecorderTransport should have comment or be unexported (golint)
    • Line 16: warning: exported function NewRecorderTransport should have comment or be unexported (golint)
    • Line 20: warning: exported method RecorderTransport.RoundTrip should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell99%

Misspell Finds commonly misspelled English words