Preparing report...

Report for github.com/Lambels/sinoname

(v0.0.0-20221019074145-a6d2535d1306)

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


license0%

Checks whether your project has a LICENSE file.


misspell71%

Misspell Finds commonly misspelled English words

    • layer.go
    • Line 76: warning: "ocurred" is a misspelling of "occurred" (misspell)
    • layer_transformer.go
    • Line 24: warning: "recieves" is a misspelling of "receives" (misspell)
    • Line 31: warning: "trasnformers" is a misspelling of "transformers" (misspell)
    • Line 71: warning: "occured" is a misspelling of "occurred" (misspell)
    • layer_uniform_transformer.go
    • Line 37: warning: "trasnformers" is a misspelling of "transformers" (misspell)
    • Line 98: warning: "responsability" is a misspelling of "responsibility" (misspell)
    • Line 130: warning: "imediately" is a misspelling of "immediately" (misspell)
    • layer_uniform_transformer_test.go
    • Line 28: warning: "recieved" is a misspelling of "received" (misspell)
    • Line 59: warning: "imediately" is a misspelling of "immediately" (misspell)
    • Line 66: warning: "recieved" is a misspelling of "received" (misspell)
    • Line 99: warning: "recieved" is a misspelling of "received" (misspell)
    • Line 125: warning: "recieved" is a misspelling of "received" (misspell)
    • Line 164: warning: "recieved" is a misspelling of "received" (misspell)
    • sync_out_test.go
    • Line 37: warning: "withing" is a misspelling of "within" (misspell)
    • Line 63: warning: "withing" is a misspelling of "within" (misspell)
    • transformer.go
    • Line 16: warning: "trasnformer" is a misspelling of "transformer" (misspell)
    • Line 25: warning: "trasnformer" is a misspelling of "transformer" (misspell)