Preparing report...

Report for github.com/Equim-chan/vanity-monero

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


gocyclo94%

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.


golint83%

Golint is a linter for Go source code.

    • vanity-monero/mnemonic/dict.go
    • Line 8: warning: exported const DictSize should have comment or be unexported (golint)
    • Line 11: warning: exported var ChineseSimplified should have comment or be unexported (golint)
    • Line 32: warning: exported function NewDict should have comment or be unexported (golint)
    • vanity-monero/key.go
    • Line 10: warning: exported method Key.PublicSpendKey should have comment or be unexported (golint)
    • Line 14: warning: exported method Key.PublicViewKey should have comment or be unexported (golint)
    • Line 19: warning: receiver name k1 should be consistent with previous receiver name k for Key (golint)
    • Line 76: warning: exported method Key.Seed should have comment or be unexported (golint)
    • vanity-monero/variant.go
    • Line 3: warning: exported type Network should have comment or be unexported (golint)
    • Line 6: warning: exported var MoneroMainNetwork should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell55%

Misspell Finds commonly misspelled English words

    • vanity-monero/mnemonic/french.go
    • Line 370: warning: "davantage" is a misspelling of "advantage" (misspell)
    • Line 491: warning: "exemple" is a misspelling of "example" (misspell)
    • Line 714: warning: "inventer" is a misspelling of "inventor" (misspell)
    • Line 840: warning: "mariage" is a misspelling of "marriage" (misspell)
    • vanity-monero/mnemonic/italian.go
    • Line 213: warning: "biologia" is a misspelling of "biological" (misspell)
    • Line 383: warning: "colomba" is a misspelling of "colombia" (misspell)
    • Line 386: warning: "comando" is a misspelling of "commando" (misspell)
    • Line 465: warning: "diagnosi" is a misspelling of "diagnostic" (misspell)
    • Line 934: warning: "momento" is a misspelling of "memento" (misspell)
    • Line 1440: warning: "tabacco" is a misspelling of "tobacco" (misspell)
    • Line 1494: warning: "transito" is a misspelling of "transition" (misspell)
    • vanity-monero/mnemonic/spanish.go
    • Line 118: warning: "anual" is a misspelling of "annual" (misspell)
    • Line 195: warning: "autor" is a misspelling of "author" (misspell)
    • Line 1172: warning: "momento" is a misspelling of "memento" (misspell)
    • Line 1434: warning: "pich" is a misspelling of "pitch" (misspell)
    • Line 1505: warning: "producto" is a misspelling of "production" (misspell)
    • Line 1507: warning: "profesor" is a misspelling of "professor" (misspell)
    • vanity-monero/mnemonic/dutch.go
    • Line 19: warning: "admiraal" is a misspelling of "admiral" (misspell)
    • Line 247: warning: "creatie" is a misspelling of "creatine" (misspell)
    • Line 252: warning: "cruciaal" is a misspelling of "crucial" (misspell)
    • Line 449: warning: "flexibel" is a misspelling of "flexible" (misspell)
    • Line 658: warning: "isolatie" is a misspelling of "isolate" (misspell)
    • Line 921: warning: "navigatie" is a misspelling of "navigate" (misspell)
    • Line 1086: warning: "plausibel" is a misspelling of "plausible" (misspell)
    • Line 1312: warning: "sympathie" is a misspelling of "sympathize" (misspell)