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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-15 00:24:09 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-04-20 14:05:52 +0300
commit8e83053055ab3f48232eb115e51aeb7532fe301c (patch)
tree2c76d636e8ed2a26c43d152f4d84641833df6d22 /Makefile.internal.mk
parentbda06683de6d93aeaff8d3c7357983ed7f0ccfc7 (diff)
Remove gocovmerge
Changelog: other
Diffstat (limited to 'Makefile.internal.mk')
-rw-r--r--Makefile.internal.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.internal.mk b/Makefile.internal.mk
index 88aecad2..40e1daae 100644
--- a/Makefile.internal.mk
+++ b/Makefile.internal.mk
@@ -24,11 +24,7 @@ Q := $(if $V,,@)
.GOPATH/.ok:
mkdir -p .GOPATH
-.PHONY: bin/gocovmerge bin/golangci-lint
-bin/gocovmerge: .GOPATH/.ok
- @test -x $@ || \
- { echo "Vendored gocovmerge not found, try running 'make setup'..."; exit 1; }
-
+.PHONY: bin/golangci-lint
bin/golangci-lint: .GOPATH/.ok
@test -x $@ || \
{ echo "Vendored golangci-lint not found, try running 'make setup'..."; exit 1; }