Preparing report...

Report for github.com/sapiderman/seed-go

A+    Excellent!    Found 6 issues across 27 files

Tweet

gofmt96%

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!


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!


ineffassign96%

IneffAssign detects ineffectual assignments in Go code.


misspell85%

Misspell Finds commonly misspelled English words

    • seed-go/api/StaticApi.go
    • Line 670: warning: "alse" is a misspelling of "else" (misspell)
    • Line 739: warning: "andd" is a misspelling of "and" (misspell)
    • Line 739: warning: "infintie" is a misspelling of "infinite" (misspell)
    • Line 761: warning: "immobilien" is a misspelling of "immobile" (misspell)
    • Line 764: warning: "andd" is a misspelling of "and" (misspell)
    • Line 764: warning: "infintie" is a misspelling of "infinite" (misspell)
    • Line 764: warning: "becasue" is a misspelling of "because" (misspell)
    • Line 764: warning: "enviroments" is a misspelling of "environments" (misspell)
    • Line 764: warning: "enviroments" is a misspelling of "environments" (misspell)
    • Line 764: warning: "predictible" is a misspelling of "predictable" (misspell)
    • Line 764: warning: "andd" is a misspelling of "and" (misspell)
    • Line 764: warning: "infintie" is a misspelling of "infinite" (misspell)
    • Line 764: warning: "Supress" is a misspelling of "Suppress" (misspell)
    • Line 764: warning: "overriden" is a misspelling of "overridden" (misspell)
    • Line 764: warning: "becuase" is a misspelling of "because" (misspell)
    • Line 764: warning: "extentions" is a misspelling of "extensions" (misspell)
    • Line 764: warning: "convertion" is a misspelling of "conversion" (misspell)
    • Line 778: warning: "alse" is a misspelling of "else" (misspell)
    • Line 781: warning: "enviroments" is a misspelling of "environments" (misspell)
    • Line 781: warning: "enviroments" is a misspelling of "environments" (misspell)
    • Line 781: warning: "predictible" is a misspelling of "predictable" (misspell)
    • Line 781: warning: "Supress" is a misspelling of "Suppress" (misspell)
    • Line 2505: warning: "alse" is a misspelling of "else" (misspell)
    • Line 2515: warning: "becasue" is a misspelling of "because" (misspell)
    • Line 2515: warning: "enviroments" is a misspelling of "environments" (misspell)
    • Line 2515: warning: "enviroments" is a misspelling of "environments" (misspell)
    • Line 2515: warning: "predictible" is a misspelling of "predictable" (misspell)