Preparing report...

Report for github.com/lukcba-developers/gopherkit

(v1.0.0)

C    Needs some work    Found 110 issues across 110 files

Tweet

gofmt0%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command

    • doc.go
    • Line 1: warning: file is not gofmted with -s (gofmt)
    • scripts/generate-service.go
    • Line 217: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)
    • Line 218: missing ',' in argument list:1::warning: file is not gofmted with -s (gofmt)
    • Line 219: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)
    • Line 219: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)
    • Line 222: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)
    • Line 224: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)
    • Line 224: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)
    • Line 227: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)
    • Line 229: illegal character U+0023 '#':1::warning: file is not gofmted with -s (gofmt)
    • Line 230: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)
    • Line 230: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)
    • Line 233: illegal character U+005C '\':1::warning: file is not gofmted with -s (gofmt)

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!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

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!


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell86%

Misspell Finds commonly misspelled English words

    • gopherkit.go
    • Line 1: warning: "componentes" is a misspelling of "components" (misspell)
    • Line 4: warning: "componentes" is a misspelling of "components" (misspell)
    • Line 6: warning: "patrones" is a misspelling of "patrons" (misspell)
    • pkg/health/checker.go
    • Line 95: warning: "Calcular" is a misspelling of "Calculator" (misspell)
    • Line 174: warning: "problemas" is a misspelling of "problems" (misspell)
    • Line 190: warning: "componentes" is a misspelling of "components" (misspell)
    • pkg/telemetry/otel.go
    • Line 82: warning: "Instrumentos" is a misspelling of "Instruments" (misspell)
    • Line 136: warning: "instrumentos" is a misspelling of "instruments" (misspell)
    • Line 235: warning: "instrumentos" is a misspelling of "instruments" (misspell)
    • cmd/migrate/main.go
    • Line 164: warning: "dependencias" is a misspelling of "dependencies" (misspell)
    • Line 307: warning: "dependencias" is a misspelling of "dependencies" (misspell)
    • doc.go
    • Line 3: warning: "componentes" is a misspelling of "components" (misspell)
    • Line 6: warning: "Principales" is a misspelling of "Principles" (misspell)
    • Line 9: warning: "patrones" is a misspelling of "patrons" (misspell)