Preparing report...

Report for github.com/Skenvy/Collatz/go

(v0.0.0-20240229051733-b679feddac44)

A    Great!    Found 2 issues across 4 files

Tweet

gofmt50%

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!


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!


misspell75%

Misspell Finds commonly misspelled English words

    • collatz.go
    • Line 155: warning: "occurence" is a misspelling of "occurrence" (misspell)
    • Line 158: warning: "occurence" is a misspelling of "occurrence" (misspell)
    • Line 198: warning: "devide" is a misspelling of "divide" (misspell)
    • Line 206: warning: "reversable" is a misspelling of "reversible" (misspell)
    • Line 207: warning: "consistant" is a misspelling of "consistent" (misspell)
    • Line 212: warning: "consistant" is a misspelling of "consistent" (misspell)
    • Line 226: warning: "devide" is a misspelling of "divide" (misspell)
    • Line 255: warning: "devide" is a misspelling of "divide" (misspell)
    • Line 336: warning: "devide" is a misspelling of "divide" (misspell)
    • Line 416: warning: "devide" is a misspelling of "divide" (misspell)
    • Line 438: warning: "devide" is a misspelling of "divide" (misspell)
    • Line 499: warning: "occured" is a misspelling of "occurred" (misspell)
    • Line 516: warning: "devide" is a misspelling of "divide" (misspell)
    • Line 557: warning: "devide" is a misspelling of "divide" (misspell)
    • Line 661: warning: "devide" is a misspelling of "divide" (misspell)