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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41fae2bd..757c0292 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ lint:
complexity:
go get github.com/fzipp/gocyclo
- gocyclo -over 9 $(wildcard *.go)
+ gocyclo -over 7 $(wildcard *.go)
test:
go get golang.org/x/tools/cmd/cover