diff --git a/Makefile b/Makefile index 161537923c..2ac28fa580 100644 --- a/Makefile +++ b/Makefile @@ -219,7 +219,7 @@ gocyclo-check: go get -u github.com/fzipp/gocyclo; \ go install $(GOFLAGS) github.com/fzipp/gocyclo; \ fi - for S in $(GOFILES); do gocyclo -over 28 $$S || exit 1; done; + for S in $(GOFILES); do gocyclo -over 29 $$S || exit 1; done; .PHONY: static-check static-check: