Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-10-24 05:52:31 +0300
committerNick Thomas <nick@gitlab.com>2018-10-24 05:53:53 +0300
commit161347ef496e73ff686242d2a19725c81a844d58 (patch)
tree83f4fa922e674505638d7f309d52ae3090d21bf5
parent3270aabde6128d85425ee08d02260878f9ff2180 (diff)
Remove a workaround for golint
-rw-r--r--Makefile.build.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.build.mk b/Makefile.build.mk
index 89ec29de..f9e1b047 100644
--- a/Makefile.build.mk
+++ b/Makefile.build.mk
@@ -4,9 +4,7 @@ all: gitlab-pages
setup: clean .GOPATH/.ok
go get golang.org/x/tools/cmd/goimports
- # Workaround for broken 'go get golang.org/x/lint' due to Google hosting problems
- git clone --quiet https://github.com/golang/lint $(GOPATH)/src/golang.org/x/lint
- go install golang.org/x/lint/golint
+ go get golang.org/x/lint/golint
go get golang.org/x/tools/cmd/goimports
go get github.com/wadey/gocovmerge
go get github.com/fzipp/gocyclo