gojp / goreportcard

A report card for your Go application
https://goreportcard.com
Apache License 2.0
1.99k stars 252 forks source link

ineffassign and misspell return error - error occurred while running this test (exit status 2) #385

Open shanduur opened 2 years ago

shanduur commented 2 years ago

As said, in my project I see this errors for ineffassign and misspell:

An error occurred while running this test (exit status 2)

While using goreportcard-cli I see:

~/Repos/SAT/core main
> goreportcard-cli
Grade: A+ (100.0%)
Files: 93
Issues: 3
gofmt: 100%
go_vet: 100%
gocyclo: 100%
ineffassign: 100%
license: 100%
misspell: 96%

Is this some temporal issue with the server?

sergefdrv commented 2 years ago

The same here.

vorlif commented 2 years ago

And here

haoel commented 2 years ago

same here

And gofmt report out-of-memory