12 Commits

Author SHA1 Message Date
Nicolò Santamaria
e6fde6c851 Remove vcs package since its behaviour diverges from cmd/go.
As stated in the issue https://github.com/golang/go/issues/11490
the package 'vcs' diverges significantly from cmd/go import path resolution
behaviour and thus needs to be removed for goreportcard to support
modules and versioning.
See also: https://golang.org/cl/159818.
2022-02-06 09:45:06 +09:00
Shawn Smith
7bb4084002 remove git download functionality 2021-11-23 19:24:08 +09:00
Shawn Smith
6ecdf3c5c3 Merge pull request #236 from tariq1890/master
Fixing megacheck issues reported by gometalinter
2018-06-11 16:49:31 +09:00
tariqibrahim
fc16cf5477 Fixing megacheck issues reported by gometalinter 2018-06-10 23:20:46 -07:00
Shawn Smith
d16ec21ff2 #239 unset root.VCS.TagSyncDefault so non-master default branch checkouts work in git 2018-01-26 07:47:56 +09:00
Shawn Smith
21e832bd3a go back to using user/pass when cloning from github to avoid prompts for deleted repos 2017-12-20 16:31:54 +09:00
Shawn Smith
a37c379aa9 clone with --depth 1 when cloning new repo with git 2017-09-20 15:12:04 +09:00
Herman Schaaf
09453248dc Closes #151. Use RemoveAll instead of Remove 2016-08-15 19:03:22 +08:00
Herman Schaaf
a7da2168d7 Closes #150 First attempt should be true, not false 2016-08-14 20:27:30 +08:00
Shawn Smith
f0dc4ab510 lowercase error message 2016-08-06 14:51:49 -07:00
Herman Schaaf
b1ab0b2d52 Fix edge case with invalid repo names 2016-08-05 00:16:46 +08:00
Herman Schaaf
a2b2dbdbc7 Use VCS module to download repos instead of go get 2016-08-04 23:50:18 +08:00