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:
authorJaime Martinez <jmartinez@gitlab.com>2020-05-21 05:11:03 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-05-28 04:10:43 +0300
commit1564ca1df0155350d01692eb1a4781cde763edac (patch)
tree3566afc3b3c43fd08431335e1107e8d7c7e40068 /Makefile.util.mk
parent0bfbd56c4de5c74dae1952e107e7b3a60fcdcc88 (diff)
Fix odd formatting
Diffstat (limited to 'Makefile.util.mk')
-rw-r--r--Makefile.util.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.util.mk b/Makefile.util.mk
index dfc2c8fd..2d90172a 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -5,7 +5,6 @@ GOLANGCI_LINT_IMAGE := registry.gitlab.com/gitlab-org/gitlab-build-images:golang
lint: deps-download
docker run -v $(PWD):/app -w /app $(GOLANGCI_LINT_IMAGE) \
sh -c "golangci-lint run --out-format code-climate | tee gl-code-quality-report.json | jq -r '.[] | \"\(.location.path):\(.location.lines.begin) \(.description)\"'"
-# sh -c "golangci-lint run $(if $V,-v)"
test: .GOPATH/.ok gitlab-pages
go test $(if $V,-v) $(allpackages)