Preparing report...

Report for github.com/smarkm/snmptool

A+    Excellent!    Found 33 issues across 41 files

Tweet

gofmt90%

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!


golint53%

Golint is a linter for Go source code.

    • snmptool/cmd/interface.go
    • Line 1: warning: package comment should be of the form "Package cmd ..." (golint)
    • Line 68: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • snmptool/snmp/model/port.go
    • Line 51: warning: comment on exported method Port.AdminStr should be of the form "AdminStr ..." (golint)
    • Line 61: warning: comment on exported method Port.OperStr should be of the form "OperStr ..." (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!


misspell68%

Misspell Finds commonly misspelled English words

    • snmptool/snmp/port.go
    • Line 72: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 74: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 95: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 97: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 110: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 112: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 127: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 128: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 129: warning: "communit" is a misspelling of "communist" (misspell)
    • snmptool/snmp/snmp.go
    • Line 12: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 13: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 17: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 18: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 31: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 32: warning: "communit" is a misspelling of "communist" (misspell)
    • snmptool/snmp/ipaddress.go
    • Line 26: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 28: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 40: warning: "communit" is a misspelling of "communist" (misspell)
    • snmptool/snmp/ospf.go
    • Line 59: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 61: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 73: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 84: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 86: warning: "communit" is a misspelling of "communist" (misspell)
    • snmptool/snmp/snmp_test.go
    • Line 12: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 29: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 37: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 44: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 51: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 58: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 70: warning: "communit" is a misspelling of "communist" (misspell)
    • snmptool/snmp/lldp.go
    • Line 66: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 68: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 84: warning: "communit" is a misspelling of "communist" (misspell)
    • Line 86: warning: "communit" is a misspelling of "communist" (misspell)