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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-12 16:17:01 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-12 16:17:01 +0300
commit25c9a0571b011674192032ac829120133914dca3 (patch)
tree13b77000b66f4cdcf7e3f99dea176de327734ea9 /Makefile
parentbbb533e354b00fdc86ace6901dfddd5d8801a8ba (diff)
Make verify happy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 757c0292..b52342e3 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ lint:
complexity:
go get github.com/fzipp/gocyclo
- gocyclo -over 7 $(wildcard *.go)
+ gocyclo -over 8 $(wildcard *.go)
test:
go get golang.org/x/tools/cmd/cover