Preparing report...

Report for github.com/reaper47/recipya

(v0.0.0-20230817145100-72ac4d0f2f13)

A+    Excellent!    Found 2 issues across 113 files

Tweet

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!


gofmt100%

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

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!


misspell98%

Misspell Finds commonly misspelled English words

    • internal/scraper/scraper_test.go
    • Line 1442: warning: "infantis" is a misspelling of "infants" (misspell)
    • Line 1465: warning: "eles" is a misspelling of "eels" (misspell)
    • Line 1978: warning: "occassionally" is a misspelling of "occasionally" (misspell)
    • Line 1993: warning: "Repeast" is a misspelling of "Repeats" (misspell)
    • Line 2618: warning: "rulle" is a misspelling of "rule" (misspell)
    • Line 3321: warning: "ingredientes" is a misspelling of "ingredients" (misspell)
    • Line 6335: warning: "ingredientes" is a misspelling of "ingredients" (misspell)
    • Line 6359: warning: "ingredientes" is a misspelling of "ingredients" (misspell)
    • Line 6368: warning: "ingredientes" is a misspelling of "ingredients" (misspell)
    • Line 7119: warning: "Spanisch" is a misspelling of "Spanish" (misspell)
    • Line 7149: warning: "spanisch" is a misspelling of "spanish" (misspell)
    • Line 7716: warning: "additonal" is a misspelling of "additional" (misspell)