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-11 20:29:11 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-11 20:29:11 +0300
commit920b15f69cd7749ab5f45b121132e92de2ef6e15 (patch)
tree1b7fed68042a8a537fe1c8e8a59a3cbdc9176ee6 /Makefile
parentf97ebb63782cb6ac681268651a2234e942b7e90a (diff)
Reduce code complexity
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