Preparing report...

Report for github.com/dumbmachine/nq

(v0.1.0-beta.4)

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


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!


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!


misspell52%

Misspell Finds commonly misspelled English words

    • processor.go
    • Line 43: warning: "fucntions" is a misspelling of "functions" (misspell)
    • Line 142: warning: "subscripton" is a misspelling of "subscription" (misspell)
    • Line 144: warning: "registerd" is a misspelling of "registered" (misspell)
    • Line 146: warning: "registerd" is a misspelling of "registered" (misspell)
    • Line 155: warning: "succesful" is a misspelling of "successful" (misspell)
    • Line 228: warning: "Successfuly" is a misspelling of "Successfully" (misspell)
    • Line 244: warning: "Successfuly" is a misspelling of "Successfully" (misspell)
    • Line 379: warning: "Recieved" is a misspelling of "Received" (misspell)
    • Line 504: warning: "TOOD" is a misspelling of "TODO" (misspell)
    • Line 540: warning: "succesfully" is a misspelling of "successfully" (misspell)
    • utils.go
    • Line 56: warning: "terminalogy" is a misspelling of "terminology" (misspell)
    • Line 82: warning: "recieving" is a misspelling of "receiving" (misspell)
    • Line 86: warning: "recieving" is a misspelling of "receiving" (misspell)
    • base.go
    • Line 39: warning: "recieved" is a misspelling of "received" (misspell)
    • Line 101: warning: "recived" is a misspelling of "received" (misspell)
    • natsbroker.go
    • Line 124: warning: "successfuly" is a misspelling of "successfully" (misspell)
    • Line 130: warning: "successfuly" is a misspelling of "successfully" (misspell)
    • nq.go
    • Line 119: warning: "futher" is a misspelling of "further" (misspell)