Preparing report...

Report for github.com/drymonsoon/satisgo

A+    Excellent!    Found 7 issues across 12 files

Tweet

gofmt100%

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

No problems detected. Good job!


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!


gocyclo91%

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.


golint100%

Golint is a linter for Go source code.

No problems detected. Good job!


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!


misspell41%

Misspell Finds commonly misspelled English words

    • satisgo/refunds.go
    • Line 41: warning: "ammount" is a misspelling of "amount" (misspell)
    • Line 59: warning: "lenght" is a misspelling of "length" (misspell)
    • Line 68: warning: "lenght" is a misspelling of "length" (misspell)
    • Line 88: warning: "lenght" is a misspelling of "length" (misspell)
    • Line 90: warning: "ammount" is a misspelling of "amount" (misspell)
    • Line 93: warning: "ammount" is a misspelling of "amount" (misspell)
    • satisgo/request.go
    • Line 87: warning: "lenght" is a misspelling of "length" (misspell)
    • Line 88: warning: "lenght" is a misspelling of "length" (misspell)
    • Line 90: warning: "Lenght" is a misspelling of "Length" (misspell)
    • Line 92: warning: "lenght" is a misspelling of "length" (misspell)
    • Line 93: warning: "Lenght" is a misspelling of "Length" (misspell)
    • Line 95: warning: "lenght" is a misspelling of "length" (misspell)
    • Line 100: warning: "Lenght" is a misspelling of "Length" (misspell)
    • satisgo/ammount.go
    • Line 14: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 20: warning: "ammount" is a misspelling of "amount" (misspell)
    • Line 21: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 31: warning: "ammount" is a misspelling of "amount" (misspell)
    • Line 32: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 42: warning: "ammount" is a misspelling of "amount" (misspell)
    • Line 43: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 54: warning: "ammount" is a misspelling of "amount" (misspell)
    • Line 55: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 68: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 80: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 92: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 106: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 110: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 145: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • Line 188: warning: "Ammount" is a misspelling of "Amount" (misspell)
    • satisgo/charges.go
    • Line 24: warning: "helpfull" is a misspelling of "helpful" (misspell)
    • Line 36: warning: "ammount" is a misspelling of "amount" (misspell)
    • Line 174: warning: "lenght" is a misspelling of "length" (misspell)
    • Line 182: warning: "lenght" is a misspelling of "length" (misspell)
    • Line 184: warning: "ammount" is a misspelling of "amount" (misspell)
    • Line 187: warning: "ammount" is a misspelling of "amount" (misspell)