gojp / goreportcard

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

filenames have unnecessary info in them #92

Closed shawnps closed 8 years ago

shawnps commented 8 years ago

for example:

https://goreportcard.com/report/github.com/gengo/grpc-gateway#go_vet

/github.com/gengo/grpc-gateway/protoc-gen-swagger/genswagger/template_test.go

I don't think we need /github.com/gengo/grpc-gateway/ in there, but someone can feel free to comment if they believe it's useful

shawnps commented 8 years ago

Actually at a minimum I think removing github.com/orgName makes sense, but maybe keep the root dir as that is how the file view will look on GitHub for example (not sure about other sites):

screen shot 2016-02-25 at 4 37 27 pm