There is no way to show report for github repositories that contains - character inside group name, like github.com/ab-2/somerepo. The github url is automatically converted to github.com/ab2/somerepo.
Error message for above example: could not download repo: could not get latest module version from https://proxy.golang.org/github.com/mk5/fjira/@latest:
Steps to reproduce:
Open any repo with
-
in user group name, like https://goreportcard.com/report/github.com/mk-5/fjiraProblem:
There is no way to show report for github repositories that contains
-
character inside group name, likegithub.com/ab-2/somerepo
. The github url is automatically converted togithub.com/ab2/somerepo
. Error message for above example: could not download repo: could not get latest module version from https://proxy.golang.org/github.com/mk5/fjira/@latest:Expected behaviour:
The url with
-
inside group name should work.