diff --git a/Makefile b/Makefile index 8387c2e95..5105b87fd 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ lint: cyclo: @echo "Running $@:" - @test -z "$$(gocyclo -over 16 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)" + @test -z "$$(gocyclo -over 18 . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)" pre-build: @echo "Running pre-build:" @@ -65,4 +65,3 @@ clean: @rm -fv cover.out @rm -fv pkg/utils/split/TESTPREFIX.* @rm -fv minio -