diff --git a/Makefile b/Makefile index c7ed8a5a97..65cd0af3ec 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 48 $$S || exit 1; done; + for S in $(GOFILES); do gocyclo -over 49 $$S || exit 1; done; .PHONY: static-check static-check: