Merge pull request #538 from harshavardhana/pr_out_bump_up_gocyclo_to_18

This commit is contained in:
Harshavardhana 2015-04-29 15:34:56 -07:00
commit edf838df74

View file

@ -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