Preparing report...

Report for github.com/geniusrabbit/adcorelib

(v0.0.0-20240706105523-9a772700b3ad)

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


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!


license0%

Checks whether your project has a LICENSE file.


misspell90%

Misspell Finds commonly misspelled English words

    • models/company.go
    • Line 47: warning: "Messanger" is a misspelling of "Messenger" (misspell)
    • Line 47: warning: "messanger" is a misspelling of "messenger" (misspell)
    • adtype/response_ad_item.go
    • Line 367: warning: "commision" is a misspelling of "commission" (misspell)
    • Line 372: warning: "comission" is a misspelling of "commission" (misspell)
    • Line 373: warning: "comission" is a misspelling of "commission" (misspell)
    • Line 416: warning: "wich" is a misspelling of "which" (misspell)
    • eventtraking/eventgenerator/generator.go
    • Line 90: warning: "paticular" is a misspelling of "particular" (misspell)
    • Line 91: warning: "paticular" is a misspelling of "particular" (misspell)
    • Line 200: warning: "messanger" is a misspelling of "messenger" (misspell)
    • Line 201: warning: "Messanger" is a misspelling of "Messenger" (misspell)
    • Line 201: warning: "messanger" is a misspelling of "messenger" (misspell)
    • adtype/price.go
    • Line 26: warning: "comissions" is a misspelling of "commissions" (misspell)
    • Line 27: warning: "comissions" is a misspelling of "commissions" (misspell)
    • Line 31: warning: "comissions" is a misspelling of "commissions" (misspell)
    • Line 36: warning: "comissions" is a misspelling of "commissions" (misspell)
    • Line 41: warning: "comissions" is a misspelling of "commissions" (misspell)
    • Line 47: warning: "comissions" is a misspelling of "commissions" (misspell)
    • Line 52: warning: "comissions" is a misspelling of "commissions" (misspell)
    • Line 57: warning: "comissions" is a misspelling of "commissions" (misspell)
    • Line 61: warning: "comissions" is a misspelling of "commissions" (misspell)
    • Line 68: warning: "comissions" is a misspelling of "commissions" (misspell)
    • models/ad.go
    • Line 33: warning: "paticular" is a misspelling of "particular" (misspell)
    • Line 82: warning: "targetting" is a misspelling of "targeting" (misspell)