Preparing report...

Report for github.com/influx6/gu

A+    Excellent!    Found 17 issues across 76 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!


golint100%

Golint is a linter for Go source code.

No problems detected. Good job!


gocyclo92%

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.

    • gu/trees/query.go
    • Line 225: warning: cyclomatic complexity 125 of function (queryCtrl).ParseSelector() is high (> 15) (gocyclo)

ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell80%

Misspell Finds commonly misspelled English words

    • gu/gu.go
    • Line 228: warning: "registerd" is a misspelling of "registered" (misspell)
    • gu/trees/markup.go
    • Line 55: warning: "occured" is a misspelling of "occurred" (misspell)
    • Line 62: warning: "occured" is a misspelling of "occurred" (misspell)
    • Line 70: warning: "embeded" is a misspelling of "embedded" (misspell)
    • Line 430: warning: "reconcilation" is a misspelling of "reconciliation" (misspell)
    • Line 464: warning: "observered" is a misspelling of "observed" (misspell)
    • gu/trees/query.go
    • Line 16: warning: "Psuedo" is a misspelling of "Pseudo" (misspell)
    • Line 695: warning: "psuedo" is a misspelling of "pseudo" (misspell)
    • Line 697: warning: "psuedo" is a misspelling of "pseudo" (misspell)
    • Line 706: warning: "psuedo" is a misspelling of "pseudo" (misspell)
    • Line 708: warning: "psuedo" is a misspelling of "pseudo" (misspell)
    • Line 723: warning: "psuedo" is a misspelling of "pseudo" (misspell)
    • Line 725: warning: "psuedo" is a misspelling of "pseudo" (misspell)
    • Line 730: warning: "psuedo" is a misspelling of "pseudo" (misspell)
    • Line 732: warning: "psuedo" is a misspelling of "pseudo" (misspell)
    • Line 764: warning: "insertos" is a misspelling of "inserts" (misspell)
    • Line 765: warning: "insertos" is a misspelling of "inserts" (misspell)
    • Line 765: warning: "insertos" is a misspelling of "inserts" (misspell)
    • Line 773: warning: "insertos" is a misspelling of "inserts" (misspell)
    • Line 808: warning: "insertos" is a misspelling of "inserts" (misspell)
    • Line 809: warning: "insertos" is a misspelling of "inserts" (misspell)
    • Line 809: warning: "insertos" is a misspelling of "inserts" (misspell)
    • Line 817: warning: "insertos" is a misspelling of "inserts" (misspell)
    • gu/drivers/core/corejs.go
    • Line 17: warning: "Annonymouse" is a misspelling of "Anonymous" (misspell)
    • Line 627: warning: "protototype" is a misspelling of "prototype" (misspell)
    • Line 638: warning: "protototype" is a misspelling of "prototype" (misspell)