gojp / goreportcard

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

goFmt AddError file not found #376

Closed spekary closed 2 years ago

spekary commented 2 years ago

Running on github.com/goradd/got

I received the following error:

An error occurred while running this test (AddError: could not parse "_repos/src/github.com/goradd/got@v0.10.4/internal/got/stat parser.go: no such file or directory:1::warning: file is not gofmted with -s (gofmt)" - strconv.Atoi: parsing " no such file or directory": invalid syntax)

It looks like it is adding "stat " in front of the file name? Either way, parser.go exists, and is not that big, <400 lines, so I doubt its an OOM issue.

shawnps commented 2 years ago

@spekary that is interesting. I'm not sure why it happened but I did just refresh the data and it seems to be working:

https://goreportcard.com/report/github.com/goradd/got

spekary commented 2 years ago

Odd. Thanks.