Preparing report...

Report for github.com/mairinkdev/Hardshell

(v0.0.0-20250618170449-3ea90fb1a9de)

A    Great!    Found 13 issues across 14 files

Tweet

gofmt71%

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!


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.


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


license0%

Checks whether your project has a LICENSE file.


misspell14%

Misspell Finds commonly misspelled English words

    • internal/fixer/generator.go
    • Line 25: warning: "problemas" is a misspelling of "problems" (misspell)
    • Line 106: warning: "comandos" is a misspelling of "commandos" (misspell)
    • Line 116: warning: "comandos" is a misspelling of "commandos" (misspell)
    • Line 121: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 149: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 155: warning: "comandos" is a misspelling of "commandos" (misspell)
    • internal/ssh/analyzer.go
    • Line 119: warning: "problemas" is a misspelling of "problems" (misspell)
    • Line 121: warning: "problemas" is a misspelling of "problems" (misspell)
    • Line 145: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 150: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 153: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 231: warning: "clientes" is a misspelling of "clients" (misspell)
    • internal/services/analyzer.go
    • Line 145: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 195: warning: "problemas" is a misspelling of "problems" (misspell)
    • Line 197: warning: "problemas" is a misspelling of "problems" (misspell)
    • Line 212: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 215: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 223: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 266: warning: "transfere" is a misspelling of "transferred" (misspell)
    • cmd/hardshell/cmd/root.go
    • Line 14: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 30: warning: "comandos" is a misspelling of "commandos" (misspell)
    • Line 30: warning: "comando" is a misspelling of "commando" (misspell)
    • internal/sysctl/analyzer.go
    • Line 200: warning: "problemas" is a misspelling of "problems" (misspell)
    • Line 202: warning: "problemas" is a misspelling of "problems" (misspell)
    • Line 226: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 229: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 233: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 236: warning: "comando" is a misspelling of "commando" (misspell)