gojp / goreportcard

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

Handle non-Go repos more gracefully #1

Closed shawnps closed 9 years ago

shawnps commented 9 years ago

Right now we just return internal server error, but we can actually tell when a repo has no go files in it so we should return a more specific error

shawnps commented 9 years ago

This has a custom error now but we're not showing the error message it seems, see https://github.com/gojp/goreportcard/issues/16